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