Home
last modified time | relevance | path

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

/frameworks/base/tools/hoststubgen/hoststubgen/test/com/android/hoststubgen/utils/
DClassFilterTest.kt44 assertThat(f.getCacheSizeForTest()).isEqualTo(0) in testComplex1()
47 assertThat(f.getCacheSizeForTest()).isEqualTo(1) in testComplex1()
52 assertThat(f.getCacheSizeForTest()).isEqualTo(3) in testComplex1()
/frameworks/base/tools/hoststubgen/hoststubgen/src/com/android/hoststubgen/utils/
DClassFilter.kt71 fun getCacheSizeForTest(): Int { in <lambda>() method in com.android.hoststubgen.utils.ClassFilter