Searched refs:expectedFiles (Results 1 – 4 of 4) sorted by relevance
120 List<AtomicFile> expectedFiles = new ArrayList<>(); in testPrune() local128 expectedFiles.add(af); in testPrune()146 assertThat(mDataBase.mHistoryFiles).containsExactlyElementsIn(expectedFiles); in testPrune()157 List<AtomicFile> expectedFiles = new ArrayList<>(); in testPrune_badFileName_noCrash() local172 assertThat(mDataBase.mHistoryFiles).containsExactlyElementsIn(expectedFiles); in testPrune_badFileName_noCrash()
492 HashSet<String> expectedFiles = new HashSet<>(Arrays.asList(filenames)); in verifyInstalledFiles() local493 assertEquals(expectedFiles, actualFiles); in verifyInstalledFiles()
716 private static void assertFileCount(int expectedFiles, File rootDir) throws Exception { in assertFileCount() argument727 assertEquals("Found: " + paths, expectedFiles, paths.size()); in assertFileCount()
2181 protected void assertBitmapFiles(int userId, String packageName, String... expectedFiles) {2182 final Set<String> expected = hashSet(set(expectedFiles));