Home
last modified time | relevance | path

Searched refs:PICK_CONTACT_FOR_SHORTCUT (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/activities/
DContactSelectionActivity.java297 fragment.setListType(ListEvent.ListType.PICK_CONTACT_FOR_SHORTCUT); in configureListFragment()
329 fragment.setListType(ListEvent.ListType.PICK_CONTACT_FOR_SHORTCUT); in configureListFragment()
337 fragment.setListType(ListEvent.ListType.PICK_CONTACT_FOR_SHORTCUT); in configureListFragment()
/packages/apps/Contacts/src/com/android/contacts/logging/
DListEvent.java70 public static final int PICK_CONTACT_FOR_SHORTCUT = 11; field in ListEvent.ListType