Home
last modified time | relevance | path

Searched refs:LIST_STARRED_ACTION (Results 1 – 7 of 7) 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/
DZenRuleStarredContactsPreferenceController.java46 mStarredContactsIntent = new Intent(Contacts.Intents.UI.LIST_STARRED_ACTION); in ZenRuleStarredContactsPreferenceController()
DZenModeStarredContactsPreferenceController.java48 mStarredContactsIntent = new Intent(Contacts.Intents.UI.LIST_STARRED_ACTION); in ZenModeStarredContactsPreferenceController()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DZenRuleStarredContactsPreferenceController.java46 mStarredContactsIntent = new Intent(Contacts.Intents.UI.LIST_STARRED_ACTION); in ZenRuleStarredContactsPreferenceController()
DZenModeStarredContactsPreferenceController.java48 mStarredContactsIntent = new Intent(Contacts.Intents.UI.LIST_STARRED_ACTION); in ZenModeStarredContactsPreferenceController()
/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
DAllIntentsActivity.java491 startActivity(new Intent(UiIntentActions.LIST_STARRED_ACTION)); in onListItemClick()