Home
last modified time | relevance | path

Searched refs:getDeepShortcutId (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/
H A DShortcutsChangedTask.java80 .map(WorkspaceItemInfo::getDeepShortcutId) in execute()
98 .filter(itemInfo -> sid.equals(itemInfo.getDeepShortcutId())) in execute()
H A DPackageUpdatedTask.java228 si.getDeepShortcutId()) in execute()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/data/
H A DWorkspaceItemInfo.java190 public String getDeepShortcutId() { in getDeepShortcutId() method in WorkspaceItemInfo
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DBaseDraggingActivity.java251 String id = ((WorkspaceItemInfo) info).getDeepShortcutId(); in startShortcutIntentSafely()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
H A DTaskbarDragController.java277 intent.putExtra(Intent.EXTRA_SHORTCUT_ID, item.getDeepShortcutId()); in startSystemDrag()
H A DTaskbarActivityContext.java507 String id = info.getDeepShortcutId(); in onTaskbarIconClicked()