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/doclava1/
DTextCodebase.kt455 val dotIndex = s.indexOf('.') in implicitJavaLangType() constant
459 return dotIndex == -1 && !TextTypeItem.isPrimitive(s) in implicitJavaLangType()
473 …return (dotIndex == -1 || dotIndex > typeEnd) && !TextTypeItem.isPrimitive(s.substring(0, typeEnd)… in implicitJavaLangType()