Searched refs:updateShortcutPinnedState (Results 1 – 3 of 3) sorted by relevance
244 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 BgDataModel306 updateShortcutPinnedState(context, user); in updateShortcutPinnedState()314 public synchronized void updateShortcutPinnedState(Context context, UserHandle user) { in updateShortcutPinnedState() method in BgDataModel
676 mBgDataModel.updateShortcutPinnedState(context); in sanitizeWidgetsShortcutsAndPackages()
126 u -> dataModel.updateShortcutPinnedState(app.getContext(), u)); in execute()