Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/model/
DBgDataModel.java244 updatedDeepShortcuts.forEach(user -> updateShortcutPinnedState(context, user)); in removeItem()
296 updateShortcutPinnedState(context, item.user); in addItem()
304 public void updateShortcutPinnedState(Context context) { in updateShortcutPinnedState() method in BgDataModel
306 updateShortcutPinnedState(context, user); in updateShortcutPinnedState()
314 public synchronized void updateShortcutPinnedState(Context context, UserHandle user) { in updateShortcutPinnedState() method in BgDataModel
DLoaderTask.java676 mBgDataModel.updateShortcutPinnedState(context); in sanitizeWidgetsShortcutsAndPackages()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/model/
DPredictionUpdateTask.java126 u -> dataModel.updateShortcutPinnedState(app.getContext(), u)); in execute()