Searched refs:createShortcutIntent (Results 1 – 3 of 3) sorted by relevance
2740 final Intent createShortcutIntent = new Intent(); in isShortcutCreatable() local2741 createShortcutIntent.setAction(ACTION_INSTALL_SHORTCUT); in isShortcutCreatable()2743 .queryBroadcastReceivers(createShortcutIntent, 0); in isShortcutCreatable()
1847 Intent createShortcutIntent = new Intent(Intent.ACTION_CREATE_SHORTCUT); in processShortcutFromDrop() local1848 createShortcutIntent.setComponent(componentName); in processShortcutFromDrop()1849 processShortcut(createShortcutIntent); in processShortcutFromDrop()
2282 Intent createShortcutIntent = new Intent(Intent.ACTION_CREATE_SHORTCUT); in processShortcutFromDrop() local2283 createShortcutIntent.setComponent(componentName); in processShortcutFromDrop()2284 Utilities.startActivityForResultSafely(this, createShortcutIntent, REQUEST_CREATE_SHORTCUT); in processShortcutFromDrop()