Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DUiIntentActions.java105 public static final String LIST_ALL_CONTACTS_ACTION = field in UiIntentActions
DContactsIntentResolver.java64 } else if (UiIntentActions.LIST_ALL_CONTACTS_ACTION.equals(action)) { in resolveIntent()
/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
DAllIntentsActivity.java483 startActivity(new Intent(UiIntentActions.LIST_ALL_CONTACTS_ACTION)); in onListItemClick()