Home
last modified time | relevance | path

Searched refs:LIST_STARRED_ACTION (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
DUiIntentActions.java117 public static final String LIST_STARRED_ACTION = field in UiIntentActions
DContactsIntentResolver.java68 } else if (UiIntentActions.LIST_STARRED_ACTION.equals(action)) { in resolveIntent()
/packages/apps/Settings/src/com/android/settings/notification/zen/
DZenRuleStarredContactsPreferenceController.java48 mStarredContactsIntent = new Intent(Contacts.Intents.UI.LIST_STARRED_ACTION) in ZenRuleStarredContactsPreferenceController()
DZenPrioritySendersHelper.java74 new Intent(Contacts.Intents.UI.LIST_STARRED_ACTION)
/packages/apps/Settings/src/com/android/settings/notification/modes/
DZenModePrioritySendersPreferenceController.java81 new Intent(Contacts.Intents.UI.LIST_STARRED_ACTION)
/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
DAllIntentsActivity.java491 startActivity(new Intent(UiIntentActions.LIST_STARRED_ACTION)); in onListItemClick()