Home
last modified time | relevance | path

Searched defs:ALL_CONTACTS (Results 1 – 2 of 2) 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
/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()