Home
last modified time | relevance | path

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

/tools/metalava/metalava/src/main/java/com/android/tools/metalava/apilevels/
DApiGenerator.kt47 val notFinalizedApiLevel = currentApiLevel + 1 in <lambda>() constant
51 val apiLevel = if (isDeveloperPreviewBuild) notFinalizedApiLevel else currentApiLevel in <lambda>()
60 notFinalizedApiLevel, in <lambda>()