Searched refs:ALL_CONTACTS (Results 1 – 10 of 10) sorted by relevance
178 setNavigationItemChecked(ContactsView.ALL_CONTACTS); in onCreateView()240 mListener.onContactsViewSelected(ContactsView.ALL_CONTACTS);241 setNavigationItemChecked(ContactsView.ALL_CONTACTS);
102 R.drawable.quantum_ic_account_circle_vd_theme_24, ContactsView.ALL_CONTACTS)); in initializeDrawerMenuItems()
117 ALL_CONTACTS, enumConstant393 mCurrentView = ContactsView.ALL_CONTACTS; in onCreate()1017 mCurrentView = ContactsView.ALL_CONTACTS; in switchToAllContacts()1018 mDrawerFragment.setNavigationItemChecked(ContactsView.ALL_CONTACTS); in switchToAllContacts()1168 if (mode == ContactsView.ALL_CONTACTS) { in onContactsViewSelected()1218 return mCurrentView == ContactsView.ALL_CONTACTS; in isAllContactsView()
31 public static final int ALL_CONTACTS = 4; field in ScreenEvent.ScreenType
60 public static final int ALL_CONTACTS = 1; field in ListEvent.ListType
26 ALL_CONTACTS = 5; enumerator
123 return ListEvent.ListType.ALL_CONTACTS; in toListType()
933 previousScreen = ScreenEvent.ScreenType.ALL_CONTACTS; in onViewContactAction()
485 screenType = ScreenEvent.Type.ALL_CONTACTS; in sendScreenViewForCurrentPosition()
2124 if ((previousScreenType == ScreenType.ALL_CONTACTS in onBackPressed()