Searched refs:getCacheSizeForTest (Results 1 – 2 of 2) sorted by relevance
44 assertThat(f.getCacheSizeForTest()).isEqualTo(0) in testComplex1()47 assertThat(f.getCacheSizeForTest()).isEqualTo(1) in testComplex1()52 assertThat(f.getCacheSizeForTest()).isEqualTo(3) in testComplex1()
71 fun getCacheSizeForTest(): Int { in <lambda>() method in com.android.hoststubgen.utils.ClassFilter