HomeSort by relevance Sort by last modified time
    Searched full:favorites (Results 126 - 150 of 187) sorted by null

1 2 3 4 56 7 8

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
XF86keysym.h 97 #define XF86XK_AddFavorite 0x1008FF39 /* Add URL to favorites list */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
XF86keysym.h 97 #define XF86XK_AddFavorite 0x1008FF39 /* Add URL to favorites list */
  /external/chromium/chrome/browser/importer/
firefox2_importer.cc 74 if ((items & importer::FAVORITES) && !cancelled()) {
75 bridge_->NotifyItemStarted(importer::FAVORITES);
77 bridge_->NotifyItemEnded(importer::FAVORITES);
firefox3_importer.cc 90 if ((items & importer::FAVORITES) && !cancelled()) {
91 bridge_->NotifyItemStarted(importer::FAVORITES);
93 bridge_->NotifyItemEnded(importer::FAVORITES);
  /external/chromium_org/chrome/utility/importer/
firefox_importer.cc 127 if ((items & importer::FAVORITES) && !cancelled()) {
128 bridge_->NotifyItemStarted(importer::FAVORITES);
130 bridge_->NotifyItemEnded(importer::FAVORITES);
  /packages/apps/Email/tests/src/com/android/email/
ControllerProviderOpsTests.java 331 * Test favorites flag
334 Account account1 = ProviderTestUtils.setupAccount("favorites", false, mProviderContext);
336 = ProviderTestUtils.setupHostAuth("favorites", 0, false, mProviderContext);
  /packages/apps/Contacts/res/values/
strings.xml 57 <string name="strequentList">Favorites</string>
94 <!-- Menu item used to add a star to a contact, which makes that contact show up at the top of favorites -->
95 <string name="menu_addStar">Add to favorites</string>
97 <!-- Menu item used to remove a star from a contact, making the contact no longer show up at the top of favorites -->
98 <string name="menu_removeStar">Remove from favorites</string>
    [all...]
styles.xml 97 <!-- Favorites -->
  /packages/apps/ContactsCommon/res/values/
strings.xml 181 <!-- The text displayed on the divider for the Favorites tab in Phone app indicating that items below it are frequently called as opposed to starred contacts [CHAR LIMIT = 39] -->
184 <!-- The text displayed on the divider for the Favorites tab in People app indicating that items below it are frequently contacted [CHAR LIMIT = 39] -->
    [all...]
  /external/chromium_org/chromeos/ime/
ibus_keymap.cc 264 case 0x00a4: return ""; // AC_Bookmarks (Favorites)";
  /external/chromium_org/third_party/WebKit/Source/core/platform/
WindowsKeyboardCodes.h 248 #define VK_BROWSER_FAVORITES 0xAB // Windows 2000/XP: Browser Favorites key
  /packages/apps/Launcher3/
AndroidManifest.xml 199 <!-- The settings provider contains Home's data, like the workspace favorites -->
  /frameworks/base/docs/html/tools/testing/
testing_eclipse.jd 318 Optional: Add the configuration to the Run toolbar and the <strong>Favorites</strong>
319 menu: in the Display in Favorites pane click the checkbox next to Run.
  /packages/apps/Launcher2/src/com/android/launcher2/
FolderIcon.java 294 return ((itemType == LauncherSettings.Favorites.ITEM_TYPE_APPLICATION ||
295 itemType == LauncherSettings.Favorites.ITEM_TYPE_SHORTCUT) &&
Folder.java 505 return ((itemType == LauncherSettings.Favorites.ITEM_TYPE_APPLICATION ||
506 itemType == LauncherSettings.Favorites.ITEM_TYPE_SHORTCUT) &&
    [all...]
Launcher.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
FolderIcon.java 310 return ((itemType == LauncherSettings.Favorites.ITEM_TYPE_APPLICATION ||
311 itemType == LauncherSettings.Favorites.ITEM_TYPE_SHORTCUT) &&
Launcher.java     [all...]
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsProvider.java 71 private static final String TABLE_FAVORITES = "favorites";
718 // The favorites table was moved from this provider to a provider inside Home
727 Cursor cursor = db.rawQuery("PRAGMA table_info(favorites);", null);
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 2017 NetworkStateHandler::FavoriteStateList favorites; local
    [all...]
  /external/chromium_org/chromeos/network/
shill_property_handler_unittest.cc 533 // property updates pushed by Shill affect Favorites.
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
KeyCodeConversionGtk.cpp 324 return VKEY_BROWSER_FAVORITES; // (AB) Windows 2000/XP: Browser Favorites key
KeyboardCodes.h 439 // VKEY_BROWSER_FAVORITES (AB) Windows 2000/XP: Browser Favorites key
  /external/qemu/android/
hw-events.h 309 KEY_CODE(FAVORITES ,0x16c) \
  /packages/apps/Dialer/src/com/android/dialer/list/
PhoneFavoritesTileAdapter.java 60 * This adapter has been rewritten to only support a maximum of one row for favorites.
    [all...]

Completed in 781 milliseconds

1 2 3 4 56 7 8