Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/model/
DPackageUpdatedTask.java174 final IntSparseArrayMap<Boolean> removedShortcuts = new IntSparseArrayMap<>(); in execute() local
207 removedShortcuts.put(si.id, false); in execute()
235 removedShortcuts.put(si.id, true); in execute()
239 removedShortcuts.put(si.id, true); in execute()
294 if (!removedShortcuts.isEmpty()) { in execute()
295 deleteAndBindComponentsRemoved(ItemInfoMatcher.ofItemIds(removedShortcuts, false)); in execute()
328 .and(ItemInfoMatcher.ofItemIds(removedShortcuts, true)); in execute()