Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java2301 final Intent createShortcutIntent = new Intent(); in isShortcutCreatable() local
2302 createShortcutIntent.setAction(ACTION_INSTALL_SHORTCUT); in isShortcutCreatable()
2304 .queryBroadcastReceivers(createShortcutIntent, 0); in isShortcutCreatable()