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.kt62 private var toInnerAnnotatedString: String? = null variable in com.android.tools.metalava.model.psi.PsiTypeItem
142 if (toInnerAnnotatedString == null) { in toTypeString()
143 toInnerAnnotatedString = toTypeString( in toTypeString()
154 toInnerAnnotatedString!! in toTypeString()
337 toInnerAnnotatedString = null in markRecent()
342 toInnerAnnotatedString = toAnnotatedString in scrubAnnotations()