Searched refs:releaseType (Results 1 – 2 of 2) sorted by relevance
/tools/metalava/src/main/java/com/android/tools/metalava/ |
D | CompatibilityCheck.kt | 65 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()
|
D | Driver.kt | 590 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()
|