Searched refs:EXTRA_SHORTCUT_ID (Results 1 – 10 of 10) sorted by relevance
51 intent.putExtra(Intent.EXTRA_SHORTCUT_ID, shortcutInfo.getId()); in getPendingIntent()74 String shortcutId = intent.getStringExtra(Intent.EXTRA_SHORTCUT_ID); in onReceive()
157 i.putExtra(Intent.EXTRA_SHORTCUT_ID, "shortcutId"); in createClipData()
188 i.putExtra(Intent.EXTRA_SHORTCUT_ID, "shortcut_id"); in createAppClipData()
29 import static android.content.Intent.EXTRA_SHORTCUT_ID;281 final String id = session.appData.getStringExtra(EXTRA_SHORTCUT_ID); in launchApp()
33 import static android.content.Intent.EXTRA_SHORTCUT_ID;480 final String shortcutId = intent.getStringExtra(EXTRA_SHORTCUT_ID); in validateAndResolveDragMimeTypeExtras()
466 data.putExtra(Intent.EXTRA_SHORTCUT_ID, shortcutId); in createClipDataForShortcut()
3173 assertEquals(si.getId(), ct.getIntentExtras().getString(Intent.EXTRA_SHORTCUT_ID)); in assertCorrectShortcutToChooserTargetConversion()
2236 public static final String EXTRA_SHORTCUT_ID = "android.intent.extra.shortcut.ID"; field in Intent
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
11418 field public static final String EXTRA_SHORTCUT_ID = "android.intent.extra.shortcut.ID";