/external/avahi/avahi-python/ |
.gitignore | 1 avahi-bookmarks
|
Makefile.am | 24 avahi-bookmarks.in 32 avahi-bookmarks 34 avahi-bookmarks: avahi-bookmarks.in
|
/packages/providers/PartnerBookmarksProvider/src/com/android/providers/partnerbookmarks/ |
PartnerBookmarksProvider.java | 50 * Default partner bookmarks provider implementation of {@link PartnerBookmarksContract} API. 51 * It reads the flat list of bookmarks and the name of the root partner 52 * bookmarks folder using getResources() API. 59 * string-array name="bookmarks" 86 // Default sort order for unsync'd bookmarks 88 PartnerBookmarksContract.Bookmarks.ID + " DESC, " 89 + PartnerBookmarksContract.Bookmarks.ID + " ASC"; 94 PartnerBookmarksContract.Bookmarks.BOOKMARK_PARENT_ROOT_ID + 1; 97 private static final String TABLE_BOOKMARKS = "bookmarks"; 102 matcher.addURI(authority, "bookmarks", URI_MATCH_BOOKMARKS) 215 final CharSequence[] bookmarks = res.getTextArray(R.array.bookmarks); local 255 final CharSequence[] bookmarks = res.getTextArray(R.array.bookmarks); local [all...] |
PartnerBookmarksContract.java | 24 * The contract between the partner bookmarks provider and applications. 31 * Partner bookmarks URI: content://com.android.partnerbookmarks/bookmarks 34 * If the provider is found, and the set of bookmarks is non-empty, exactly one 41 /** The authority for the partner bookmarks provider */ 44 /** A content:// style uri to the authority for the partner bookmarks provider */ 60 * The bookmarks table, which holds the partner bookmarks. 62 public static final class Bookmarks { 66 private Bookmarks() {} [all...] |
/packages/providers/PartnerBookmarksProvider/tests/src/com/android/providers/partnerbookmarks/ |
PartnerBookmarksProviderTest.java | 30 PartnerBookmarksContract.Bookmarks.BOOKMARK_PARENT_ROOT_ID + 1; 36 PartnerBookmarksContract.Bookmarks.CONTENT_URI); 38 "Failed to acquire " + PartnerBookmarksContract.Bookmarks.CONTENT_URI, 42 cursor = providerClient.query(PartnerBookmarksContract.Bookmarks.CONTENT_URI, 44 assertNotNull("Failed to query for bookmarks", cursor); 48 cursor.getColumnIndexOrThrow(PartnerBookmarksContract.Bookmarks.ID)); 50 cursor.getColumnIndexOrThrow(PartnerBookmarksContract.Bookmarks.PARENT)); 52 cursor.getColumnIndexOrThrow(PartnerBookmarksContract.Bookmarks.TYPE)) 53 == PartnerBookmarksContract.Bookmarks.BOOKMARK_TYPE_FOLDER; 55 cursor.getColumnIndexOrThrow(PartnerBookmarksContract.Bookmarks.URL)) [all...] |
/external/autotest/client/site_tests/policy_ManagedBookmarks/ |
policy_ManagedBookmarks.py | 21 behavior of not showing the managed bookmarks folder, which is equivalent 24 When one or more bookmarks are specified by the policy, then the Managed 25 Bookmarks folder is shown, and the specified bookmarks within it. 66 bookmarks folder nor its contents. When set to one or more bookmarks 78 raise error.TestFail('Managed Bookmarks should be hidden.') 81 raise error.TestFail('Managed Bookmarks should be shown.') 84 """Check whether managed bookmarks are shown in the UI. 86 @returns: True if the managed bookmarks are shown [all...] |
control | 22 A test case shall pass if the Manage Bookmarks page contains (or does not 23 contain) the domain-named bookmarks folder and the specified bookmarks when
|
/frameworks/base/core/res/res/xml/ |
bookmarks.xml | 18 Default system bookmarks for AOSP. 19 Bookmarks for vendor apps should be added to a bookmarks resource overlay; not here. 34 <bookmarks> 59 </bookmarks>
|
/frameworks/base/packages/SettingsProvider/res/xml/ |
bookmarks.xml | 18 Default system bookmarks for AOSP. 19 Bookmarks for vendor apps should be added to a bookmarks resource overlay; not here. 34 <bookmarks> 59 </bookmarks>
|
/packages/providers/PartnerBookmarksProvider/res/values/ |
strings.xml | 18 <string name="bookmarks_folder_name" translatable="false">Partner Bookmarks</string> 19 <string-array name="bookmarks" />
|
/external/avahi/man/ |
avahi-bookmarks.1.xml.in | 24 <manpage name="avahi-bookmarks" section="1" desc="Web service showing mDNS/DNS-SD announced HTTP services using the Avahi daemon"> 27 <cmd>avahi-bookmarks</cmd> 32 via mDNS/DNS-SD using the Avahi daemon. avahi-bookmarks opens a 36 http://localhost:8080/ to make use of avahi-bookmarks.</p> 57 avahi-bookmarks detects whether NSS support is available 66 avahi-bookmarks detects whether NSS support is available
|
/external/pdfium/fpdfsdk/src/ |
fpdfdoc_embeddertest.cpp | 68 // Open a file with no bookmarks. 79 TEST_F(FPDFDocEmbeddertest, Bookmarks) { 80 // Open a file with two bookmarks. 81 EXPECT_TRUE(OpenDocument("bookmarks.pdf")); 105 // Open a file with two bookmarks. 106 EXPECT_TRUE(OpenDocument("bookmarks.pdf"));
|
/external/autotest/client/site_tests/policy_EditBookmarksEnabled/ |
policy_EditBookmarksEnabled.py | 20 When set True or not set, bookmarks can be added, removed, or modified. 21 When set False, bookmarks cannot be added, removed, or modified, though 22 existing bookmarks (if any) are still available. 28 BOOKMARKS = ''' 46 'ManagedBookmarks': BOOKMARKS 60 to add bookmarks. When false, the UI does not allow the user to add 61 bookmarks. 87 @returns: True if add-new-bookmarks-command is disabled. 91 tab.Navigate('chrome://bookmarks/#1')
|
control | 22 A test case shall pass if the Manage Bookmarks page allows (or forbids) the
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/about_files/ |
LICENSE.sax.txt | 8 releases and other information. Please change your bookmarks.
|
/external/libxml2/doc/tutorial/ |
customfo.xsl | 18 <!-- enable pdf bookmarks -->
|
/frameworks/base/core/res/assets/webkit/ |
incognito_mode_start_page.html | 10 incognito window. Any files you download or bookmarks you create will be
|
/frameworks/base/core/res/res/raw/ |
incognito_mode_start_page.html | 10 incognito window. Any files you download or bookmarks you create will be
|
/frameworks/base/core/res/res/raw-xlarge/ |
incognito_mode_start_page.html | 10 incognito tab. Any files you download or bookmarks you create will be
|
/frameworks/base/core/java/android/provider/ |
Browser.java | 29 import android.provider.BrowserContract.Bookmarks; 40 * A table containing both bookmarks and history items. The columns of the table are defined in 44 public static final Uri BOOKMARKS_URI = Uri.parse("content://browser/bookmarks"); 159 entries -- if the user wants more bookmarks than the cap, they 239 * Return a cursor pointing to a list of all the bookmarks. The cursor will have a single 247 return new MatrixCursor(new String[]{Bookmarks.URL}, 0); 280 whereClause = new StringBuilder(Bookmarks.URL + " = "); 287 whereClause = new StringBuilder(Bookmarks.URL + " = "); 334 * reasonable size. Note: it does not prune bookmarks. If the 335 * user wants 1000 bookmarks, the user gets 1000 bookmarks [all...] |
BrowserContract.java | 39 * BrowserContract defines an database of browser-related information which are bookmarks, 89 * Convenience definitions for use in implementing chrome bookmarks sync in the Bookmarks table. 243 * The bookmarks table, which holds the user's browser bookmarks. 245 public static final class Bookmarks implements CommonColumns, ImageColumns, SyncColumns { 249 private Bookmarks() {} 254 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "bookmarks"); 257 * Used in {@link Bookmarks#TYPE} column and indicats the row is a bookmark. 262 * Used in {@link Bookmarks#TYPE} column and indicats the row is a folder [all...] |
/external/chromium-trace/catapult/telemetry/telemetry/internal/browser_profiles/extension_webrequest/Default/ |
Preferences | 29 "bookmarks": [ "chrome-extension://eemcgdkfndhakfknompkggombfjjjeno/main.html" ]
|
/frameworks/base/core/res/res/raw-en-rGB/ |
incognito_mode_start_page.html | 7 <p><strong>You've gone incognito</strong>. Pages that you view in this window won't appear in your browser history or search history, and they won't leave other traces, such as cookies, on your device after you close the incognito window. However, any files that you download or bookmarks that you create will be preserved.</p>
|
/frameworks/base/core/res/res/raw-en-rGB-xlarge/ |
incognito_mode_start_page.html | 7 <p><strong>You've gone incognito</strong>. Pages that you view in this window won't appear in your browser history or search history, and they won't leave other traces, such as cookies, on your device after you close the incognito window. However, any files that you download or bookmarks that you create will be preserved.</p>
|
/frameworks/base/services/core/java/com/android/server/policy/ |
ShortcutManager.java | 46 private static final String TAG_BOOKMARKS = "bookmarks"; 108 com.android.internal.R.xml.bookmarks); 183 Log.w(TAG, "Got exception parsing bookmarks.", e); 185 Log.w(TAG, "Got exception parsing bookmarks.", e);
|