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.java294 deleteAndBindComponentsRemoved(ItemInfoMatcher.ofItemIds(removedShortcuts, false)); in execute()
322 .and(ItemInfoMatcher.ofItemIds(removedShortcuts, true)); in execute()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DItemInfoMatcher.java108 static ItemInfoMatcher ofItemIds(IntSparseArrayMap<Boolean> ids, Boolean matchDefault) { in ofItemIds() method
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherModel.java427 deleteAndBindComponentsRemoved(ItemInfoMatcher.ofItemIds(removedIds, false)); in onSessionFailure()