Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/data/
H A DWorkspaceItemInfo.java129 updateFromDeepShortcutInfo(shortcutInfo, context); in WorkspaceItemInfo()
167 public void updateFromDeepShortcutInfo(ShortcutInfo shortcutInfo, Context context) { in updateFromDeepShortcutInfo() method in WorkspaceItemInfo
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/
H A DUserLockStateChangedTask.java88 si.updateFromDeepShortcutInfo(shortcut, context); in execute()
H A DShortcutsChangedTask.java100 workspaceItemInfo.updateFromDeepShortcutInfo(fullDetails, context); in execute()
H A DPackageUpdatedTask.java233 si.updateFromDeepShortcutInfo(shortcut.get(0), context); in execute()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherModel.java602 si.updateFromDeepShortcutInfo(info, mApp.getContext()); in updateAndBindWorkspaceItem()