HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_INSTALL_SHORTCUT (Results 1 - 3 of 3) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactLoaderFragment.java 64 private static final String ACTION_INSTALL_SHORTCUT =
376 shortcutIntent.setAction(ACTION_INSTALL_SHORTCUT);
  /packages/apps/Launcher2/src/com/android/launcher2/
InstallShortcutReceiver.java 41 public static final String ACTION_INSTALL_SHORTCUT =
175 if (!ACTION_INSTALL_SHORTCUT.equals(data.getAction())) {
  /packages/apps/Launcher3/src/com/android/launcher3/
InstallShortcutReceiver.java 42 public static final String ACTION_INSTALL_SHORTCUT =
211 if (!ACTION_INSTALL_SHORTCUT.equals(data.getAction())) {

Completed in 684 milliseconds