Home
last modified time | relevance | path

Searched refs:createShortcutIntent (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java2740 final Intent createShortcutIntent = new Intent(); in isShortcutCreatable() local
2741 createShortcutIntent.setAction(ACTION_INSTALL_SHORTCUT); in isShortcutCreatable()
2743 .queryBroadcastReceivers(createShortcutIntent, 0); in isShortcutCreatable()
/packages/apps/Launcher2/src/com/android/launcher2/
DLauncher.java1847 Intent createShortcutIntent = new Intent(Intent.ACTION_CREATE_SHORTCUT); in processShortcutFromDrop() local
1848 createShortcutIntent.setComponent(componentName); in processShortcutFromDrop()
1849 processShortcut(createShortcutIntent); in processShortcutFromDrop()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java2282 Intent createShortcutIntent = new Intent(Intent.ACTION_CREATE_SHORTCUT); in processShortcutFromDrop() local
2283 createShortcutIntent.setComponent(componentName); in processShortcutFromDrop()
2284 Utilities.startActivityForResultSafely(this, createShortcutIntent, REQUEST_CREATE_SHORTCUT); in processShortcutFromDrop()