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

/packages/apps/Launcher3/tests/src/com/android/launcher3/model/
H A DPackageInstallStateChangedTaskTest.java59 private void verifyProgressUpdate(int progress, Long... idsUpdated) { argument
60 HashSet<Long> updates = new HashSet<>(Arrays.asList(idsUpdated));
H A DCacheDataUpdatedTaskTest.java84 private void verifyUpdate(Long... idsUpdated) { argument
85 HashSet<Long> updates = new HashSet<>(Arrays.asList(idsUpdated));

Completed in 271 milliseconds