Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/
H A DPackageUpdatedTask.java183 final IntSet forceKeepShortcuts = new IntSet(); in execute() local
215 forceKeepShortcuts.add(si.id); in execute()
343 .and(ItemInfoMatcher.ofItemIds(forceKeepShortcuts).negate()); in execute()