Searched defs: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.java48 public static final String ACTION_INSTALL_SHORTCUT = field in class:InstallShortcutReceiver
220 if (!ACTION_INSTALL_SHORTCUT.equals(data.getAction())) {
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DQuickContactActivity.java186 private static final String ACTION_INSTALL_SHORTCUT = field in class:QuickContactActivity
2069 shortcutIntent.setAction(ACTION_INSTALL_SHORTCUT);
2085 createShortcutIntent.setAction(ACTION_INSTALL_SHORTCUT);

Completed in 97 milliseconds