Home
last modified time | relevance | path

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

/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
DPsiTypeItem.kt63 private var toAnnotatedString: String? = null variable in com.android.tools.metalava.model.psi.PsiTypeItem
129 if (toAnnotatedString == null) { in toTypeString()
130 toAnnotatedString = toTypeString( in toTypeString()
141 toAnnotatedString!! in toTypeString()
338 toAnnotatedString = null in markRecent()
343 toAnnotatedString = toTypeString(outerAnnotations = false, innerAnnotations = false) in scrubAnnotations()
344 toInnerAnnotatedString = toAnnotatedString in scrubAnnotations()