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

  /frameworks/support/compat/java/android/support/v4/content/pm/
ShortcutManagerCompat.java 39 @VisibleForTesting static final String ACTION_INSTALL_SHORTCUT =
62 new Intent(ACTION_INSTALL_SHORTCUT), 0)) {
98 Intent intent = shortcut.addToIntent(new Intent(ACTION_INSTALL_SHORTCUT));
  /frameworks/support/compat/tests/java/android/support/v4/content/pm/
ShortcutManagerCompatTest.java 184 new BlockingBroadcastReceiver(ShortcutManagerCompat.ACTION_INSTALL_SHORTCUT);
199 new BlockingBroadcastReceiver(ShortcutManagerCompat.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 76 private static final String ACTION_INSTALL_SHORTCUT =
166 if (!ACTION_INSTALL_SHORTCUT.equals(data.getAction())) {
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java 237 private static final String ACTION_INSTALL_SHORTCUT =
    [all...]
  /prebuilts/sdk/current/support/compat/libs/
android-support-compat.jar 

Completed in 597 milliseconds