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