Home
last modified time | relevance | path

Searched refs:updateShortcutPinnedState (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/
H A DBgDataModel.java216 updatedDeepShortcuts.forEach(user -> updateShortcutPinnedState(context, user)); in removeItem()
265 updateShortcutPinnedState(context, item.user); in addItem()
273 public void updateShortcutPinnedState(Context context) { in updateShortcutPinnedState() method in BgDataModel
275 updateShortcutPinnedState(context, user); in updateShortcutPinnedState()
283 public synchronized void updateShortcutPinnedState(Context context, UserHandle user) { in updateShortcutPinnedState() method in BgDataModel
H A DLoaderTask.java940 mBgDataModel.updateShortcutPinnedState(context); in sanitizeData()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/model/
H A DPredictionUpdateTask.java114 u -> dataModel.updateShortcutPinnedState(app.getContext(), u)); in execute()