Home
last modified time | relevance | path

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

/tools/metalava/src/main/java/com/android/tools/metalava/model/text/
DTextCodebase.kt448 val dotIndex = s.indexOf('.') in implicitJavaLangType() constant
452 return dotIndex == -1 && !TextTypeItem.isPrimitive(s) in implicitJavaLangType()
466 …return (dotIndex == -1 || dotIndex > typeEnd) && !TextTypeItem.isPrimitive(s.substring(0, typeEnd)… in implicitJavaLangType()