Home
last modified time | relevance | path

Searched defs:shortcutIntent (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Settings/src/com/android/settings/shortcut/
DCreateShortcutPreferenceController.java144 Intent createResultIntent(Intent shortcutIntent, ResolveInfo resolveInfo, in createResultIntent()
211 private static ShortcutInfo createShortcutInfo(Context context, Intent shortcutIntent, in createShortcutInfo()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DSettingsInitialize.java136 final Intent shortcutIntent = info.getIntent(); in refreshExistingShortcuts() local
/packages/apps/Settings/src/com/android/settings/
DSettingsInitialize.java136 final Intent shortcutIntent = info.getIntent(); in refreshExistingShortcuts() local
/packages/apps/Contacts/src/com/android/contacts/
DShortcutIntentBuilder.java124 void onShortcutIntentCreated(Uri uri, Intent shortcutIntent); in onShortcutIntentCreated()
295 final Intent shortcutIntent = ImplicitIntentsUtil.getIntentForQuickContactLauncherShortcut( in createContactShortcutIntent() local
338 final Intent shortcutIntent = new Intent(shortcutAction, phoneUri); in createPhoneNumberShortcutIntent() local
/packages/apps/Contacts/src/com/android/contacts/list/
DContactPickerFragment.java159 public void onShortcutIntentCreated(Uri uri, Intent shortcutIntent) { in onShortcutIntentCreated()
DPhoneNumberPickerFragment.java260 public void onShortcutIntentCreated(Uri uri, Intent shortcutIntent) { in onShortcutIntentCreated()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/shortcut/
DCreateShortcutPreferenceController.java144 Intent createResultIntent(Intent shortcutIntent, ResolveInfo resolveInfo, in createResultIntent()