HomeSort by relevance Sort by last modified time
    Searched defs:ALL_CONTACTS (Results 1 - 2 of 2) sorted by null

  /packages/apps/ContactsCommon/src/com/android/contacts/common/logging/
ScreenEvent.java 34 public static final int ALL_CONTACTS = 4;
46 case ALL_CONTACTS: return "AllContacts";
  /packages/apps/Dialer/src/com/android/dialer/logging/
ScreenEvent.java 63 public static final int ALL_CONTACTS = 5;
118 sScreenNameMap.put(ScreenEvent.ALL_CONTACTS, AllContactsFragment.class.getSimpleName());

Completed in 1637 milliseconds