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.kt62 private var toAnnotatedString: String? = null variable in com.android.tools.metalava.model.psi.PsiTypeItem
128 if (toAnnotatedString == null) { in toTypeString()
129 toAnnotatedString = toTypeString( in toTypeString()
140 toAnnotatedString!! in toTypeString()
337 toAnnotatedString = null in markRecent()
342 toAnnotatedString = toTypeString(outerAnnotations = false, innerAnnotations = false) in scrubAnnotations()
343 toInnerAnnotatedString = toAnnotatedString in scrubAnnotations()