Home
last modified time | relevance | path

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

/tools/metalava/metalava/src/test/java/com/android/tools/metalava/compatibility/
DFastPathTest.kt23 import com.android.tools.metalava.fastPathCheckResult
126 fastPathCheckResult = null in checkFastPath()
130 if (expectedFastPathResult != fastPathCheckResult) { in checkFastPath()
131 when (fastPathCheckResult) { in checkFastPath()
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/
DDriver.kt495 fastPathCheckResult = compatibilityCheckCanBeSkipped in checkCompatibility()
584 internal var fastPathCheckResult: Boolean? = null variable