Home
last modified time | relevance | path

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

/frameworks/base/tools/hoststubgen/hoststubgen/src/com/android/hoststubgen/visitors/
DHelper.kt24 const val NOT_COMPATIBLE: Int = -1 constant
47 return NOT_COMPATIBLE in checkSubstitutionMethodCompatibility()
55 return NOT_COMPATIBLE in checkSubstitutionMethodCompatibility()
63 return NOT_COMPATIBLE in checkSubstitutionMethodCompatibility()
DBaseAdapter.kt212 if (newAccess == NOT_COMPATIBLE) { in <lambda>()
/frameworks/base/tools/hoststubgen/hoststubgen/test/com/android/hoststubgen/visitors/
DHelperTest.kt90 check(staticPublic, null, NOT_COMPATIBLE) in testCheckSubstitutionMethodCompatibility()
91 check(null, staticPublic, NOT_COMPATIBLE) in testCheckSubstitutionMethodCompatibility()
93 check(staticPublic, nonStaticPublic, NOT_COMPATIBLE) in testCheckSubstitutionMethodCompatibility()
94 check(nonStaticPublic, staticPublic, NOT_COMPATIBLE) in testCheckSubstitutionMethodCompatibility()