HomeSort by relevance Sort by last modified time
    Searched full:bookmarks (Results 1 - 25 of 122) sorted by null

1 2 3 4 5

  /external/bluetooth/glib/tests/
run-bookmark-test.sh 21 for I in ${srcdir:-.}/bookmarks/fail-*.xbel; do
29 for I in ${srcdir:-.}/bookmarks/valid-*.xbel; do
  /external/clearsilver/cs/
test12.cs.gold 14 <li>Bookmarks.html</li>
93 &nbsp;Bookmarks.html<br>
  /packages/apps/Settings/src/com/android/settings/quicklaunch/
QuickLaunchSettings.java 33 import android.provider.Settings.Bookmarks;
67 Bookmarks.SHORTCUT, Bookmarks.TITLE, Bookmarks.INTENT
69 private static final String sShortcutSelection = Bookmarks.SHORTCUT + "=?";
74 /** Cursor for Bookmarks provider. */
76 /** Listens for changes to Bookmarks provider. */
78 /** Used to keep track of which shortcuts have bookmarks. */
103 mBookmarksCursor = managedQuery(Bookmarks.CONTENT_URI, sProjection, null, null);
110 getContentResolver().registerContentObserver(Bookmarks.CONTENT_URI, true
    [all...]
  /packages/apps/Browser/src/com/android/browser/
BrowserBackupAgent.java 42 * stored is the set of bookmarks. It's okay if I/O exceptions are thrown
65 * After we flatten the bookmarks file here in onBackup, we compare its
67 * the bookmarks didn't really change and we don't need to send the data.
89 // Build a flattened representation of the bookmarks table
114 * the backup service, parses that out, and rebuilds the bookmarks table in the
133 ArrayList<Bookmark> bookmarks = new ArrayList<Bookmark>(count); local
135 // Read all the bookmarks, then process later -- if we can't read
136 // all the data successfully, we don't touch the bookmarks table
144 bookmarks.add(mark);
147 // Okay, we have all the bookmarks -- now see if we need to ad
    [all...]
EventLogTags.logtags 7 # Second parameter is where the bookmark was added from, currently history or bookmarks view.
HistoryItem.java 48 Bookmarks.addBookmark(mContext,
52 Bookmarks.removeFromBookmarks(mContext,
AddBookmarkPage.java 43 private final String LOGTAG = "Bookmarks";
133 // Save to the bookmarks DB.
136 Bookmarks.addBookmark(null, cr, url, title, thumbnail, true);
170 * Parse the data entered in the dialog and post a message to update the bookmarks database.
192 // We allow bookmarks with a javascript: scheme, but these will in most cases
198 if (!Bookmarks.urlHasAcceptableScheme(url)) {
Bookmarks.java 35 * This class is purely to have a common place for adding/deleting bookmarks.
37 /* package */ class Bookmarks {
50 private final static String LOGTAG = "Bookmarks";
61 * This will usually be <code>true</code> except when bookmarks are
88 // One or more bookmarks already exist for this site.
170 // Remove from bookmarks
BrowserProvider.java 73 "bookmarks", "searches"
153 // 13 -> 14 correspond with Google Bookmarks schema
156 // 17 -> 18 Added favicon in bookmarks table for Home shortcuts
239 db.execSQL("CREATE TABLE bookmarks (" +
254 final CharSequence[] bookmarks = mContext.getResources() local
255 .getTextArray(R.array.bookmarks);
256 int size = bookmarks.length;
259 CharSequence bookmarkDestination = replaceSystemPropertyInString(mContext, bookmarks[i + 1]);
260 db.execSQL("INSERT INTO bookmarks (title, url, visits, " +
262 bookmarks[i] + "', '" + bookmarkDestination
    [all...]
  /external/bluetooth/glib/tests/bookmarks/
fail-03.xbel 3 xmlns:bookmark="http://www.freedesktop.org/standards/desktop-bookmarks"
fail-04.xbel 6 xmlns:bookmark="http://www.freedesktop.org/standards/desktop-bookmarks"
fail-08.xbel 6 xmlns:bookmark="http://www.freedesktop.org/standards/desktop-bookmarks"
fail-09.xbel 6 xmlns:bookmark="http://www.freedesktop.org/standards/desktop-bookmarks"
fail-05.xbel 6 xmlns:bookmark="http://www.freedesktop.org/standards/desktop-bookmarks"
fail-06.xbel 6 xmlns:bookmark="http://www.freedesktop.org/standards/desktop-bookmarks"
fail-07.xbel 6 xmlns:bookmark="http://www.freedesktop.org/standards/desktop-bookmarks"
fail-10.xbel 6 xmlns:bookmark="http://www.freedesktop.org/standards/desktop-bookmarks"
fail-11.xbel 6 xmlns:bookmark="http://www.freedesktop.org/standards/desktop-bookmarks"
fail-12.xbel 6 xmlns:bookmark="http://www.freedesktop.org/standards/desktop-bookmarks"
fail-13.xbel 6 xmlns:bookmark="http://www.freedesktop.org/standards/desktop-bookmarks"
  /external/webkit/WebCore/manual-tests/
JavaScript-bookmarklets.html 48 <li> drag each link below to the bookmarks bar to create bookmarks
50 <li> click on all the bookmarks you've just created
  /frameworks/base/packages/SettingsProvider/res/xml/
bookmarks.xml 17 <bookmarks>
56 </bookmarks>
  /frameworks/base/core/tests/coretests/src/android/provider/
SettingsProviderTest.java 129 // The bookmarks table (and everything else) uses standard row number content URIs.
130 Uri uri = Settings.Bookmarks.add(r, new Intent("TEST"),
135 assertEquals("TEST", Settings.Bookmarks.getIntentForShortcut(r, '*').getAction());
138 v.put(Settings.Bookmarks.INTENT, "#Intent;action=TOAST;end");
141 assertEquals("TOAST", Settings.Bookmarks.getIntentForShortcut(r, '*').getAction());
145 assertEquals(null, Settings.Bookmarks.getIntentForShortcut(r, '*'));
  /frameworks/policies/base/mid/com/android/internal/policy/impl/
ShortcutManager.java 43 Settings.Bookmarks.SHORTCUT, Settings.Bookmarks.INTENT
61 Settings.Bookmarks.CONTENT_URI, sProjection, null, null, null);
  /frameworks/policies/base/phone/com/android/internal/policy/impl/
ShortcutManager.java 43 Settings.Bookmarks.SHORTCUT, Settings.Bookmarks.INTENT
61 Settings.Bookmarks.CONTENT_URI, sProjection, null, null, null);

Completed in 142 milliseconds

1 2 3 4 5