Searched refs:EXTRA_SHORTCUT_ID (Results 1 – 11 of 11) 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()71 .putExtra(EXTRA_SHORTCUT_ID, shortcutId); in makeIntent()
65 Bundle().apply { putString(Intent.EXTRA_SHORTCUT_ID, shortcutId) } in createAppTarget()
77 sampleShortcut.putExtra(ShortcutKey.EXTRA_SHORTCUT_ID, "sampleShortcut") in setup()78 sampleShortcut2.putExtra(ShortcutKey.EXTRA_SHORTCUT_ID, "sampleShortcut2") in setup()
88 extras.putString(Intent.EXTRA_SHORTCUT_ID, shortcutInfo.getId()); in convertToChooserTarget()
35 import static com.android.launcher3.shortcuts.ShortcutKey.EXTRA_SHORTCUT_ID;374 .map(i -> i.getStringExtra(EXTRA_SHORTCUT_ID)) in buildProto()
217 ? getIntent().getStringExtra(ShortcutKey.EXTRA_SHORTCUT_ID) : null; in getDeepShortcutId()
161 assertEquals(si.id, ct.intentExtras.getString(Intent.EXTRA_SHORTCUT_ID)) in <lambda>()
203 val shortcutId = intent.getStringExtra(ShortcutKey.EXTRA_SHORTCUT_ID) ?: return null in getShortcutInfo()
117 .putExtra(Intent.EXTRA_SHORTCUT_ID, shortcutInfo.getId()) in shareImage()
416 intent.putExtra(Intent.EXTRA_SHORTCUT_ID, deepShortcutId); in startSystemDrag()
119 putExtra(ShortcutKey.EXTRA_SHORTCUT_ID, "") in setup()