Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/testcomponent/
DCustomShortcutConfigActivity.java42 Intent shortcutIntent = createShortcutResultIntent( in onCreate() local
/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/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/Settings/src/com/android/settings/
DSettingsInitialize.java137 final Intent shortcutIntent = info.getIntent(); in refreshExistingShortcuts() 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()