Searched refs:expectedFiles (Results 1 – 3 of 3) sorted by relevance
107 List<AtomicFile> expectedFiles = new ArrayList<>(); in testPrune() local115 expectedFiles.add(af); in testPrune()133 assertThat(mDataBase.mHistoryFiles).containsExactlyElementsIn(expectedFiles); in testPrune()142 List<AtomicFile> expectedFiles = new ArrayList<>(); in testPrune_badFileName_noCrash() local157 assertThat(mDataBase.mHistoryFiles).containsExactlyElementsIn(expectedFiles); in testPrune_badFileName_noCrash()
518 HashSet<String> expectedFiles = new HashSet<>(Arrays.asList(filenames)); in verifyInstalledFiles() local519 assertEquals(expectedFiles, actualFiles); in verifyInstalledFiles()
1955 protected void assertBitmapFiles(int userId, String packageName, String... expectedFiles) {1956 final Set<String> expected = hashSet(set(expectedFiles));