Searched refs:ACTION_INSTALL_SHORTCUT (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DInstallShortcutReceiver.java41 public static final String ACTION_INSTALL_SHORTCUT = field in class:InstallShortcutReceiver
175 if (!ACTION_INSTALL_SHORTCUT.equals(data.getAction())) {
/packages/apps/Launcher3/src/com/android/launcher3/
H A DInstallShortcutReceiver.java76 private static final String ACTION_INSTALL_SHORTCUT = field in class:InstallShortcutReceiver
166 if (!ACTION_INSTALL_SHORTCUT.equals(data.getAction())) {
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DQuickContactActivity.java237 private static final String ACTION_INSTALL_SHORTCUT = field in class:QuickContactActivity
2723 shortcutIntent.setAction(ACTION_INSTALL_SHORTCUT);
2754 createShortcutIntent.setAction(ACTION_INSTALL_SHORTCUT);

Completed in 258 milliseconds