Home
last modified time | relevance | path

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

/system/timezone/distro/installer/src/test/com/android/timezone/distro/installer/
DTimeZoneDistroInstallerTest.java716 private static void assertFileCount(int expectedFiles, File rootDir) throws Exception { in assertFileCount() argument
727 assertEquals("Found: " + paths, expectedFiles, paths.size()); in assertFileCount()