Home
last modified time | relevance | path

Searched refs:ACTION_ALL_CONTACTS (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
DContactsIntentResolver.java65 request.setActionCode(ContactsRequest.ACTION_ALL_CONTACTS); in resolveIntent()
160 request.setActionCode(ContactsRequest.ACTION_ALL_CONTACTS); in resolveIntent()
DContactsRequest.java34 public static final int ACTION_ALL_CONTACTS = 15; field in ContactsRequest
DDefaultContactBrowseListFragment.java712 case ContactsRequest.ACTION_ALL_CONTACTS: in configureFragmentForRequest()