Home
last modified time | relevance | path

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

/tools/metalava/src/main/java/com/android/tools/metalava/
DDriver.kt588 var newBase: Codebase? = null in checkCompatibility() variable
615 newBase = codebase in checkCompatibility()
616 oldBase = newBase in checkCompatibility()
632 newBase = oldBase in checkCompatibility()
640 CompatibilityCheck.checkCompatibility(new, current, releaseType, apiType, oldBase, newBase) in checkCompatibility()
DCompatibilityCheck.kt899 newBase: Codebase? = null in checkCompatibility()
905 …val checker = CompatibilityCheck(filter, previous, apiType, newBase, getReporterForReleaseType(rel… in checkCompatibility()
909 val currentFullCodebase = MergedCodebase(listOf(newBase, codebase).filterNotNull()) in checkCompatibility()