Searched refs:updateShortcutPinnedState (Results 1 – 3 of 3) sorted by relevance
216 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 BgDataModel275 updateShortcutPinnedState(context, user); in updateShortcutPinnedState()283 public synchronized void updateShortcutPinnedState(Context context, UserHandle user) { in updateShortcutPinnedState() method in BgDataModel
940 mBgDataModel.updateShortcutPinnedState(context); in sanitizeData()
114 u -> dataModel.updateShortcutPinnedState(app.getContext(), u)); in execute()