Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/model/
DBgDataModel.java346 Set<String> modelShortcuts = entry.getValue(); in updateShortcutPinnedState() local
353 if (systemShortcuts.size() != modelShortcuts.size() in updateShortcutPinnedState()
354 || !systemShortcuts.containsAll(modelShortcuts)) { in updateShortcutPinnedState()
358 entry.getKey(), new ArrayList<>(modelShortcuts), user); in updateShortcutPinnedState()