Searched refs:EXTRA_SHORTCUT_ID (Results 1 – 14 of 14) sorted by relevance
17 public static final String EXTRA_SHORTCUT_ID = "shortcut_id"; field in ShortcutKey51 String shortcutId = intent.getStringExtra(EXTRA_SHORTCUT_ID); in fromIntent()65 .putExtra(EXTRA_SHORTCUT_ID, si.getId()); in makeIntent()
51 intent.putExtra(Intent.EXTRA_SHORTCUT_ID, shortcutInfo.getId()); in getPendingIntent()74 String shortcutId = intent.getStringExtra(Intent.EXTRA_SHORTCUT_ID); in onReceive()
28 import static android.content.Intent.EXTRA_SHORTCUT_ID;236 final String id = intent.getStringExtra(EXTRA_SHORTCUT_ID); in startClipDescription()
37 import static com.android.launcher3.shortcuts.ShortcutKey.EXTRA_SHORTCUT_ID;317 .map(i -> i.getStringExtra(EXTRA_SHORTCUT_ID)) in buildProto()
192 ? getIntent().getStringExtra(ShortcutKey.EXTRA_SHORTCUT_ID) : null; in getDeepShortcutId()
107 .putExtra(Intent.EXTRA_SHORTCUT_ID, shortcutInfo.getId()) in shareImage()
162 i.putExtra(Intent.EXTRA_SHORTCUT_ID, "shortcut_id"); in createClipData()
30 import static android.content.Intent.EXTRA_SHORTCUT_ID;382 final String shortcutId = intent.getStringExtra(EXTRA_SHORTCUT_ID); in validateAndResolveDragMimeTypeExtras()
277 intent.putExtra(Intent.EXTRA_SHORTCUT_ID, item.getDeepShortcutId()); in startSystemDrag()
427 data.putExtra(Intent.EXTRA_SHORTCUT_ID, shortcutId); in createClipDataForShortcut()
2602 assertEquals(si.getId(), ct.getIntentExtras().getString(Intent.EXTRA_SHORTCUT_ID)); in assertCorrectShortcutToChooserTargetConversion()
2244 extras.putString(Intent.EXTRA_SHORTCUT_ID, shortcutInfo.getId());
2152 public static final String EXTRA_SHORTCUT_ID = "android.intent.extra.shortcut.ID"; field in Intent
11285 field public static final String EXTRA_SHORTCUT_ID = "android.intent.extra.shortcut.ID";