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
896 releaseType: ReleaseType, in checkCompatibility()
905 …er = CompatibilityCheck(filter, previous, apiType, newBase, getReporterForReleaseType(releaseType)) in checkCompatibility()
906 val issueConfiguration = releaseType.getIssueConfiguration() in checkCompatibility()
927 … private fun getReporterForReleaseType(releaseType: ReleaseType): Reporter = when (releaseType) { in getReporterForReleaseType()
DDriver.kt590 val releaseType = check.releaseType in checkCompatibility() constant
640 CompatibilityCheck.checkCompatibility(new, current, releaseType, apiType, oldBase, newBase) in checkCompatibility()
644 if (releaseType == ReleaseType.DEV && !options.allowCompatibleDifferences) { in checkCompatibility()