Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/
DCreateShortcut.java41 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()
268 Intent shortcutIntent = new Intent(ContactsContract.QuickContact.ACTION_QUICK_CONTACT); in createContactShortcutIntent() local
319 Intent shortcutIntent = new Intent(shortcutAction, phoneUri); in createPhoneNumberShortcutIntent() local
DPhoneNumberPickerFragment.java285 public void onShortcutIntentCreated(Uri uri, Intent shortcutIntent) { in onShortcutIntentCreated()
/packages/apps/Browser/src/com/android/browser/
DBookmarkUtils.java117 Intent shortcutIntent = createShortcutIntent(url); in createAddToHomeIntent() local
129 Intent shortcutIntent = new Intent(Intent.ACTION_VIEW, Uri.parse(url)); in createShortcutIntent() local
/packages/apps/Contacts/src/com/android/contacts/list/
DContactPickerFragment.java192 public void onShortcutIntentCreated(Uri uri, Intent shortcutIntent) { in onShortcutIntentCreated()
/packages/apps/Launcher3/src/com/android/launcher3/
DInstallShortcutReceiver.java212 Intent shortcutIntent) { in PendingInstallShortcutInfo()
DLauncher.java5077 public ItemInfo createShortcutDragInfo(Intent shortcutIntent, CharSequence caption, in createShortcutDragInfo()
5084 public ItemInfo createShortcutDragInfo(Intent shortcutIntent, CharSequence caption, in createShortcutDragInfo()
/packages/apps/Launcher2/src/com/android/launcher2/
DInstallShortcutReceiver.java167 Intent shortcutIntent) { in PendingInstallShortcutInfo()