Home
last modified time | relevance | path

Searched refs:EXTRA_SHORTCUT_ID (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
DShortcutKey.java17 public static final String EXTRA_SHORTCUT_ID = "shortcut_id"; field in ShortcutKey
51 String shortcutId = intent.getStringExtra(EXTRA_SHORTCUT_ID); in fromIntent()
65 .putExtra(EXTRA_SHORTCUT_ID, si.getId()); in makeIntent()
/packages/apps/Launcher3/src/com/android/launcher3/model/data/
DItemInfo.java36 import static com.android.launcher3.shortcuts.ShortcutKey.EXTRA_SHORTCUT_ID;
314 .map(i -> i.getStringExtra(EXTRA_SHORTCUT_ID)) in buildProto()
DWorkspaceItemInfo.java184 ? getIntent().getStringExtra(ShortcutKey.EXTRA_SHORTCUT_ID) : null; in getDeepShortcutId()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarDragController.java99 intent.putExtra(Intent.EXTRA_SHORTCUT_ID, item.getDeepShortcutId()); in startSystemDragOnLongClick()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DImageActionUtils.java107 .putExtra(Intent.EXTRA_SHORTCUT_ID, shortcutInfo.getId()) in shareImage()