Searched refs:forCurrentApiSurface (Results 1 – 3 of 3) sorted by relevance
65 val forCurrentApiSurface: Boolean = true, in <lambda>() constant in com.android.tools.metalava.model.text.SignatureFile122 private var forCurrentApiSurface: Boolean = true variable in com.android.tools.metalava.model.text.ApiFile203 forCurrentApiSurface = signatureFile.forCurrentApiSurface,265 forCurrentApiSurface = true, in parseApi()329 emit = forCurrentApiSurface in Item()347 if (!emit && forCurrentApiSurface) { in ClassItem()363 forCurrentApiSurface: Boolean = true, in parseApiSingleFile()389 this.forCurrentApiSurface = forCurrentApiSurface in parseApiSingleFile()
123 forCurrentApiSurface = index == lastIndex, in fromFiles()
525 SignatureFile(file, forCurrentApiSurface = file.name == "current.txt") in <lambda>()