Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/
DShortcutIntentBuilder.java122 void onShortcutIntentCreated(Uri uri, Intent shortcutIntent); in onShortcutIntentCreated()
285 final Intent shortcutIntent = ImplicitIntentsUtil.getIntentForQuickContactLauncherShortcut( in createContactShortcutIntent() local
324 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/apps/Settings/src/com/android/settings/
DCreateShortcut.java68 protected Intent createResultIntent(Intent shortcutIntent, ResolveInfo resolveInfo, in createResultIntent()
/packages/apps/Launcher2/src/com/android/launcher2/
DInstallShortcutReceiver.java167 Intent shortcutIntent) { in PendingInstallShortcutInfo()