Home
last modified time | relevance | path

Searched refs:ALL_CONTACTS (Results 1 – 4 of 4) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/logging/
DScreenEvent.java34 public static final int ALL_CONTACTS = 4; field in ScreenEvent.ScreenType
46 case ALL_CONTACTS: return "AllContacts"; in getFriendlyName()
/packages/apps/Dialer/src/com/android/dialer/logging/
DScreenEvent.java63 public static final int ALL_CONTACTS = 5; field in ScreenEvent
118 sScreenNameMap.put(ScreenEvent.ALL_CONTACTS, AllContactsFragment.class.getSimpleName()); in sScreenNameMap.put() argument
/packages/apps/Dialer/src/com/android/dialer/list/
DListsFragment.java470 screenType = ScreenEvent.ALL_CONTACTS; in sendScreenViewForCurrentPosition()
/packages/apps/Contacts/src/com/android/contacts/activities/
DPeopleActivity.java947 mAllFragment.isSearchMode() ? ScreenType.SEARCH : ScreenType.ALL_CONTACTS); in onViewContactAction()