Home
last modified time | relevance | path

Searched defs:expectedFiles (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationHistoryDatabaseTest.java120 List<AtomicFile> expectedFiles = new ArrayList<>(); in testPrune() local
157 List<AtomicFile> expectedFiles = new ArrayList<>(); in testPrune_badFileName_noCrash() local
/aosp12/frameworks/base/tests/ApkVerityTest/src/com/android/apkverity/
H A DApkVerityTest.java492 HashSet<String> expectedFiles = new HashSet<>(Arrays.asList(filenames)); in verifyInstalledFiles() local
/aosp12/system/timezone/distro/installer/src/test/com/android/timezone/distro/installer/
H A DTimeZoneDistroInstallerTest.java716 private static void assertFileCount(int expectedFiles, File rootDir) throws Exception { in assertFileCount()