Searched defs:FAVORITES (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/
H A DGroupMetaDataLoader.java36 Groups.FAVORITES,
47 public final static int FAVORITES = 6; field in class:GroupMetaDataLoader
H A DContactLoader.java666 Groups.FAVORITES,
676 public final static int FAVORITES = 7; field in class:ContactLoader.GroupQuery
1042 final boolean favorites = cursor.isNull(GroupQuery.FAVORITES)
1044 : cursor.getInt(GroupQuery.FAVORITES) != 0;
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DActionBarAdapter.java83 FAVORITES; enum constant in enum:ActionBarAdapter.TabState
92 if (FAVORITES.ordinal() == value) {
93 return FAVORITES;
139 addTab(TabState.FAVORITES, R.drawable.ic_tab_starred, R.string.contactsFavoritesLabel);
309 // (i.e. favorite), which would results in mCurrentTab getting set to FAVORITES and

Completed in 113 milliseconds