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
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DActionBarAdapter.java90 public static int FAVORITES = 2; field in interface:ActionBarAdapter.TabState
183 addTab(TabState.FAVORITES, R.drawable.ic_tab_starred, R.string.contactsFavoritesLabel);
204 return TabState.FAVORITES;
220 case TabState.FAVORITES:
435 // (i.e. favorite), which would results in mCurrentTab getting set to FAVORITES and
/packages/apps/Contacts/src/com/android/contacts/model/
H A DContactLoader.java289 Groups.FAVORITES,
299 public static final int FAVORITES = 7; field in class:ContactLoader.GroupQuery
698 final boolean favorites = cursor.isNull(GroupQuery.FAVORITES)
700 : cursor.getInt(GroupQuery.FAVORITES) != 0;

Completed in 120 milliseconds