Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java2692 final Intent createShortcutIntent = new Intent(); in isShortcutCreatable() local
2693 createShortcutIntent.setAction(ACTION_INSTALL_SHORTCUT); in isShortcutCreatable()
2695 .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()