Home
last modified time | relevance | path

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

/tools/metalava/metalava-model-source/src/main/java/com/android/tools/lint/checks/infrastructure/
DClassName.kt35 val withoutComments = stripComments(source, extension) constant
36 packageName = getPackage(withoutComments)
37 className = getClassName(withoutComments)