Home
last modified time | relevance | path

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

/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
DPsiTypeItem.kt64 private var toInnerAnnotatedString: String? = null variable in com.android.tools.metalava.model.psi.PsiTypeItem
144 if (toInnerAnnotatedString == null) { in toTypeString()
145 toInnerAnnotatedString = toTypeString( in toTypeString()
156 toInnerAnnotatedString!! in toTypeString()
339 toInnerAnnotatedString = null in markRecent()
344 toInnerAnnotatedString = toAnnotatedString in scrubAnnotations()