Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/model/
DPackageUpdatedTask.java317 deleteAndBindComponentsRemoved(ItemInfoMatcher.ofItemIds(removedShortcuts)); in execute()
345 .and(ItemInfoMatcher.ofItemIds(forceKeepShortcuts).negate()); in execute()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DItemInfoMatcher.java89 static ItemInfoMatcher ofItemIds(IntSet ids) { in ofItemIds() method
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherModel.java457 deleteAndBindComponentsRemoved(ItemInfoMatcher.ofItemIds(removedIds)); in onSessionFailure()