/frameworks/base/docs/html/design/patterns/ |
accessibility.jd | 50 <li class="value-3">favorites</li> 54 <em>when starred:</em> remove from favorites </br>
|
/packages/apps/Launcher3/ |
print_db.py | 52 c.execute("SELECT * FROM favorites") 191 out.write("<b>Favorites table</b><br/>\n")
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
Workspace.java | 57 import com.android.launcher2.LauncherSettings.Favorites; 510 if (container == LauncherSettings.Favorites.CONTAINER_DESKTOP) { 519 if (container == LauncherSettings.Favorites.CONTAINER_HOTSEAT) { [all...] |
InstallWidgetReceiver.java | 191 mLauncher.addAppWidgetFromDrop(createInfo, LauncherSettings.Favorites.CONTAINER_DESKTOP,
|
DeleteDropTarget.java | 99 case LauncherSettings.Favorites.ITEM_TYPE_SHORTCUT: 100 case LauncherSettings.Favorites.ITEM_TYPE_APPWIDGET:
|
InstallShortcutReceiver.java | 318 LauncherSettings.Favorites.CONTAINER_DESKTOP, screen, 346 if (item.container == LauncherSettings.Favorites.CONTAINER_DESKTOP) {
|
/external/chromium/chrome/browser/first_run/ |
first_run.cc | 229 out_prefs->do_import_items |= importer::FAVORITES; 448 importer::FAVORITES, 550 if (import_items & importer::FAVORITES) 551 items = items | importer::FAVORITES;
|
/external/chromium/chrome/browser/importer/ |
safari_importer_unittest.mm | 153 EXPECT_EQ(items, importer::HISTORY | importer::FAVORITES);
|
/external/chromium_org/chrome/utility/importer/ |
safari_importer_unittest.mm | 192 EXPECT_EQ(items, importer::HISTORY | importer::FAVORITES);
|
/external/chromium_org/chromeos/network/ |
shill_property_handler.cc | 276 // the list of favorites, so wait for both to complete. 341 requested_updates_[ManagedState::MANAGED_TYPE_NETWORK]; // For favorites 475 // Only networks with a ProfilePath set are Favorites. 500 // Notify that Favorites have changed when notifying for Networks if there
|
/packages/apps/Contacts/res/layout-sw600dp/ |
people_activity.xml | 105 <!-- Single panel view under the Favorites tab (Strequent) -->
|
/packages/apps/Contacts/res/layout-sw600dp-land/ |
people_activity.xml | 100 <!-- Two-panel view under the Favorites tab -->
|
/packages/apps/Contacts/res/layout-sw720dp/ |
people_activity.xml | 105 <!-- Two-panel view under the Favorites tab -->
|
/packages/apps/Contacts/res/values-sw600dp/ |
styles.xml | 57 <!-- Favorites -->
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
ContactTileListFragment.java | 45 * TODO: Make this an abstract class so that the favorites, frequent, and group list functionality
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
InstallWidgetReceiver.java | 186 mLauncher.addAppWidgetFromDrop(createInfo, LauncherSettings.Favorites.CONTAINER_DESKTOP,
|
/packages/apps/OneTimeInitializer/src/com/android/onetimeinitializer/ |
OneTimeInitializerService.java | 55 Uri.parse("content://com.android.launcher2.settings/favorites?notify=true");
|
/packages/apps/Dialer/res/values/ |
strings.xml | 588 <!-- Message that appears in the favorites tab of the Phone app when the contact list has not fully loaded yet (below the favorite and frequent contacts) [CHAR LIMIT=20] --> 639 <string name="show_favorites_only">Show favorites only</string> [all...] |
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
DatabaseHelper.java | 94 mValidTables.add("favorites"); 227 db.execSQL("UPDATE favorites SET iconResource=0 WHERE iconType=0"); 234 db.execSQL("ALTER TABLE favorites ADD spanX INTEGER"); 235 db.execSQL("ALTER TABLE favorites ADD spanY INTEGER"); 237 db.execSQL("UPDATE favorites SET spanX=1, spanY=1 WHERE itemType<=0"); 240 "UPDATE favorites SET spanX=2, spanY=2 WHERE itemType=1000 or itemType=1002"); 242 db.execSQL("UPDATE favorites SET spanX=4, spanY=1 WHERE itemType=1001"); 268 db.execSQL("ALTER TABLE favorites ADD uri TEXT"); 269 db.execSQL("ALTER TABLE favorites ADD displayMode INTEGER"); [all...] |
/packages/apps/Dialer/src/com/android/dialer/ |
DialtactsActivity.java | 116 private static final String TAG_FAVORITES_FRAGMENT = "favorites"; 130 * The main fragment displaying the user's favorites and frequent contacts 305 // Add the favorites fragment, and the dialpad fragment, but only if savedInstanceState 648 // If the favorites fragment is showing, fade to blank. [all...] |
/packages/experimental/LoaderApp/res/values/ |
strings.xml | 63 <string name="strequentList">Favorites</string> 95 <!-- Menu item used to add a star to a contact, which makes that contact show up at the top of favorites --> 96 <string name="menu_addStar">Add to favorites</string> 98 <!-- Menu item used to remove a star from a contact, making the contact no longer show up at the top of favorites --> 99 <string name="menu_removeStar">Remove from favorites</string> 353 <!-- The description text for the favorites tab. Space is limited for this string, so the shorter the better --> 354 <string name="contactsFavoritesLabel">Favorites</string> 462 <!-- Displayed full screen when the user has no favorites and they are displaying the favorites tab --> 463 <string name="noFavoritesHelpText">"You don't have any favorites.\n\nTo add a contact to your list of favorites:\ [all...] |
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ |
FusedPrintersProvider.java | 302 // Remove the printer from the favorites. 434 // Write the favorites to the output.
|
/packages/apps/Launcher3/res/values/ |
strings.xml | 88 <string name="hotseat_out_of_space">No more room in the Favorites tray</string> 90 <string name="invalid_hotseat_item">This widget is too large for the Favorites tray</string>
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/ |
MessageStateChange.java | 109 * @param ignoreFavorites Whether to ignore changes to the favorites flag.
|
/packages/apps/Launcher2/ |
AndroidManifest.xml | 147 <!-- The settings provider contains Home's data, like the workspace favorites -->
|