Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/codegen/src/com/android/codegen/
H A DGenerators.kt48 val annotatedConst = consts.find { it.second.annotations.isNonEmpty }
825 if (isNonEmpty) {
H A DFieldInfo.kt139 val isNonEmpty by lazy { hasAnnotation("@${classPrinter.NonEmpty}") } regex