Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DInstallShortcutReceiver.java83 private static final String ACTION_INSTALL_SHORTCUT = field in InstallShortcutReceiver
190 if (!ACTION_INSTALL_SHORTCUT.equals(data.getAction())) { in onReceive()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java226 private static final String ACTION_INSTALL_SHORTCUT = field in QuickContactActivity
2262 shortcutIntent.setAction(ACTION_INSTALL_SHORTCUT); in createLauncherShortcutWithContact()
2293 createShortcutIntent.setAction(ACTION_INSTALL_SHORTCUT); in isShortcutCreatable()