Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/model/
DPackageInstallStateChangedTaskTest.java48 private void verifyProgressUpdate(int progress, Long... idsUpdated) { in verifyProgressUpdate() argument
49 HashSet<Long> updates = new HashSet<>(Arrays.asList(idsUpdated)); in verifyProgressUpdate()
DCacheDataUpdatedTaskTest.java70 private void verifyUpdate(Long... idsUpdated) { in verifyUpdate() argument
71 HashSet<Long> updates = new HashSet<>(Arrays.asList(idsUpdated)); in verifyUpdate()