/packages/apps/Contacts/src/com/android/contacts/activities/ |
ActionBarAdapter.java | 88 public static int FAVORITES = 0; 181 addTab(TabState.FAVORITES, R.drawable.ic_tab_starred, R.string.contactsFavoritesLabel); 202 return TabState.FAVORITES; 218 case TabState.FAVORITES: 439 // (i.e. favorite), which would results in mCurrentTab getting set to FAVORITES and
|
PeopleActivity.java | 407 // Only favorites tab with two panes has a separate frequent fragment 441 // For 2-pane in All and Groups but not in Favorites fragment, show the chevron 560 tabToOpen = TabState.FAVORITES; 703 case TabState.FAVORITES: 730 case TabState.FAVORITES: 771 case TabState.FAVORITES [all...] |
/external/chromium/chrome/browser/ui/views/importer/ |
import_progress_dialog_view.cc | 192 if (items_ & importer::FAVORITES && !bookmarks_import_) { 225 case importer::FAVORITES: 246 case importer::FAVORITES:
|
/external/chromium_org/chrome/utility/importer/ |
safari_importer.mm | 66 if ((items & importer::FAVORITES) && !cancelled()) { 67 bridge_->NotifyItemStarted(importer::FAVORITES); 69 bridge_->NotifyItemEnded(importer::FAVORITES);
|
/external/chromium_org/chromeos/network/ |
network_state_handler_unittest.cc | 66 NetworkStateHandler::FavoriteStateList favorites; variable 67 handler_->GetFavoriteList(&favorites); 68 favorite_count_ = favorites.size();
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
GroupMembershipView.java | 230 if (!mGroupMetaData.isNull(GroupMetaDataLoader.FAVORITES) 231 && mGroupMetaData.getInt(GroupMetaDataLoader.FAVORITES) != 0) { 240 // Exclude favorites from the list - they are handled with special UI (star)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/ |
Finder_items.py | 16 """add to favorites: (NOT AVAILABLE YET) Add the items to the user\xd5s Favorites 17 Required argument: the items to add to the collection of Favorites
|
/external/chromium_org/ash/system/chromeos/network/ |
network_state_list_detailed_view.h | 92 const chromeos::NetworkStateHandler::FavoriteStateList& favorites);
|
network_state_list_detailed_view.cc | 400 // Debugging UI to view and remove favorites from the status area. 482 const NetworkStateHandler::FavoriteStateList& favorites) { 486 favorites.begin(); iter != favorites.end(); ++iter) { 514 // Favorites that are visible will use the same display info as the 515 // visible network. Non visible favorites will show the disconnected
|
/packages/apps/Contacts/res/values/ |
donottranslate_config.xml | 35 <!-- If true, Contacts uses two panes in the favorites view, one for starred and one for
|
/packages/apps/Contacts/src/com/android/contacts/util/ |
PhoneCapabilityTester.java | 115 * True if the favorites tab should be shown in two-pane mode. False, otherwise.
|
/packages/apps/Dialer/res/values/ |
dimens.xml | 65 <!-- Favorites tile and recent call log padding -->
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/ |
GroupsListFragment.java | 98 psuedoGroups.newRow().add(-2).add("Favorites");
|
/frameworks/base/docs/html/design/get-started/ |
ui-overview.jd | 23 <p>The Favorites Tray at the bottom always keeps your most important shortcuts and folders in view 26 the Favorites Tray.</p>
|
/packages/apps/Launcher2/ |
print_db.py | 43 c.execute("SELECT * FROM favorites") 139 out.write("<b>Favorites table</b><br/>\n")
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
Hotseat.java | 199 fi.container = LauncherSettings.Favorites.CONTAINER_HOTSEAT; 201 fi.itemType = LauncherSettings.Favorites.ITEM_TYPE_FOLDER;
|
LauncherSettings.java | 123 * Favorites. 125 static final class Favorites implements BaseLauncherColumns {
|
Workspace.java | 67 import com.android.launcher3.LauncherSettings.Favorites; 807 if (container == LauncherSettings.Favorites.CONTAINER_DESKTOP) { 821 if (container == LauncherSettings.Favorites.CONTAINER_HOTSEAT) { [all...] |
/external/chromium_org/chrome/browser/first_run/ |
first_run.cc | 200 (import_type != importer::FAVORITES && 271 importer::FAVORITES); 514 out_prefs->do_import_items |= importer::FAVORITES; 516 out_prefs->dont_import_items |= importer::FAVORITES; 780 importer::FAVORITES,
|
/external/chromium/chrome/browser/importer/ |
importer_unittest.cc | 105 int items = importer::HISTORY | importer::PASSWORDS | importer::FAVORITES; 244 // Importer should import the IE Favorites folder the same as the list. 328 // Sets up a favorites folder. 330 std::wstring path = temp_dir_.path().AppendASCII("Favorites").value(); 400 importer::HISTORY | importer::PASSWORDS | importer::FAVORITES, 697 importer::FAVORITES | importer::SEARCH_ENGINES, [all...] |
/packages/apps/Contacts/src/com/android/contacts/model/ |
ContactLoader.java | 290 Groups.FAVORITES, 300 public static final int FAVORITES = 7; [all...] |
/external/chromium_org/chrome/browser/importer/ |
firefox_importer_browsertest.cc | 165 // Importer should import the FF favorites the same as the list, in the same 263 int items = importer::HISTORY | importer::PASSWORDS | importer::FAVORITES;
|
/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...] |