Home
last modified time | relevance | path

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

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