Searched refs:EXTRA_SHORTCUT_ID (Results 1 – 5 of 5) 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()
36 import static com.android.launcher3.shortcuts.ShortcutKey.EXTRA_SHORTCUT_ID;314 .map(i -> i.getStringExtra(EXTRA_SHORTCUT_ID)) in buildProto()
184 ? getIntent().getStringExtra(ShortcutKey.EXTRA_SHORTCUT_ID) : null; in getDeepShortcutId()
99 intent.putExtra(Intent.EXTRA_SHORTCUT_ID, item.getDeepShortcutId()); in startSystemDragOnLongClick()
107 .putExtra(Intent.EXTRA_SHORTCUT_ID, shortcutInfo.getId()) in shareImage()