Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/
DCreateShortcut.java52 Intent shortcutIntent = intentForPosition(position); in onListItemClick() local
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DShortcutIntentBuilder.java118 void onShortcutIntentCreated(Uri uri, Intent shortcutIntent); in onShortcutIntentCreated()
271 Intent shortcutIntent = new Intent(ContactsContract.QuickContact.ACTION_QUICK_CONTACT); in createContactShortcutIntent() local
322 Intent shortcutIntent = new Intent(shortcutAction, phoneUri); in createPhoneNumberShortcutIntent() local
DPhoneNumberPickerFragment.java323 public void onShortcutIntentCreated(Uri uri, Intent shortcutIntent) { in onShortcutIntentCreated()
/packages/apps/Contacts/src/com/android/contacts/list/
DContactPickerFragment.java198 public void onShortcutIntentCreated(Uri uri, Intent shortcutIntent) { in onShortcutIntentCreated()
/packages/apps/Launcher2/src/com/android/launcher2/
DInstallShortcutReceiver.java167 Intent shortcutIntent) { in PendingInstallShortcutInfo()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java4728 public ItemInfo createShortcutDragInfo(Intent shortcutIntent, CharSequence caption, in createShortcutDragInfo()