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

/packages/apps/Contacts/src/com/android/contacts/logging/
H A DScreenEvent.java31 public static final int ALL_CONTACTS = 4; field in class:ScreenEvent.ScreenType
H A DListEvent.java60 public static final int ALL_CONTACTS = 1; field in class:ListEvent.ListType
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DPeopleActivity.java117 ALL_CONTACTS, enum constant in enum:PeopleActivity.ContactsView
393 mCurrentView = ContactsView.ALL_CONTACTS;
1017 mCurrentView = ContactsView.ALL_CONTACTS;
1018 mDrawerFragment.setNavigationItemChecked(ContactsView.ALL_CONTACTS);
1168 if (mode == ContactsView.ALL_CONTACTS) {
1218 return mCurrentView == ContactsView.ALL_CONTACTS;

Completed in 131 milliseconds