Home
last modified time | relevance | path

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

/tools/metalava/src/main/java/com/android/tools/metalava/
DCompatibilityCheck.kt65 val releaseType: ReleaseType, constant in com.android.tools.metalava.CompatibilityCheck.CheckRequest
845 releaseType: ReleaseType, in checkCompatibility()
851 val errorConfiguration = releaseType.getErrorConfiguration() in checkCompatibility()
DDriver.kt594 val releaseType = check.releaseType in checkCompatibility() constant
637 CompatibilityCheck.checkCompatibility(new, current, releaseType, apiType, base) in checkCompatibility()
641 if (releaseType == ReleaseType.DEV && !options.allowCompatibleDifferences) { in checkCompatibility()