Searched refs:createShortcutIntent (Results 1 – 1 of 1) sorted by relevance
2301 final Intent createShortcutIntent = new Intent(); in isShortcutCreatable() local2302 createShortcutIntent.setAction(ACTION_INSTALL_SHORTCUT); in isShortcutCreatable()2304 .queryBroadcastReceivers(createShortcutIntent, 0); in isShortcutCreatable()