Home
last modified time | relevance | path

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

/aosp12/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DQuickContactActivity.java2292 final Intent createShortcutIntent = new Intent(); in isShortcutCreatable() local
2293 createShortcutIntent.setAction(ACTION_INSTALL_SHORTCUT); in isShortcutCreatable()
2295 .queryBroadcastReceivers(createShortcutIntent, 0); in isShortcutCreatable()