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.java208 final IntSet removedShortcuts = new IntSet(); in execute() local
271 removedShortcuts.add(si.id); in execute()
283 removedShortcuts.add(si.id); in execute()
369 if (!removedShortcuts.isEmpty()) { in execute()
371 ItemInfoMatcher.ofItemIds(removedShortcuts), in execute()
373 + " ids=" + removedShortcuts); in execute() local