HomeSort by relevance Sort by last modified time
    Searched refs:favorites (Results 1 - 6 of 6) sorted by null

  /packages/apps/ContactsCommon/src/com/android/contacts/common/
GroupMetaData.java 32 String title, boolean defaultGroup, boolean favorites) {
39 this.mFavorites = favorites;
  /external/chromium_org/ash/system/chromeos/network/
network_state_list_detailed_view.h 98 const chromeos::NetworkStateHandler::FavoriteStateList& favorites);
network_state_list_detailed_view.cc 428 // Debugging UI to view and remove favorites from the status area.
509 const NetworkStateHandler::FavoriteStateList& favorites) {
513 favorites.begin(); iter != favorites.end(); ++iter) {
541 // Favorites that are visible will use the same display info as the
542 // visible network. Non visible favorites will show the disconnected
  /external/chromium_org/chromeos/network/
network_state_handler_unittest.cc 67 NetworkStateHandler::FavoriteStateList favorites; variable
68 handler_->GetFavoriteList(&favorites);
69 favorite_count_ = favorites.size();
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
ContactLoader.java 290 Groups.FAVORITES,
300 public static final int FAVORITES = 7;
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 2033 NetworkStateHandler::FavoriteStateList favorites; local
    [all...]

Completed in 943 milliseconds