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 40 @VisibleForTesting static final String ACTION_INSTALL_SHORTCUT =
63 new Intent(ACTION_INSTALL_SHORTCUT), 0)) {
99 Intent intent = shortcut.addToIntent(new Intent(ACTION_INSTALL_SHORTCUT));
  /frameworks/support/compat/tests/java/android/support/v4/content/pm/
ShortcutManagerCompatTest.java 183 new BlockingBroadcastReceiver(ShortcutManagerCompat.ACTION_INSTALL_SHORTCUT);
198 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 65 private static final String ACTION_INSTALL_SHORTCUT =
159 if (!ACTION_INSTALL_SHORTCUT.equals(data.getAction())) {
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java 236 private static final String ACTION_INSTALL_SHORTCUT =
    [all...]
  /prebuilts/sdk/current/support/compat/libs/
android-support-compat.jar 

Completed in 429 milliseconds