Home
last modified time | relevance | path

Searched defs:AnnotationName (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/codegen/src/com/android/codegen/
DConstDef.kt8 data class ConstDef(val type: Type, val AnnotationName: String, val values: List<FieldDeclaration>)… constant in com.android.codegen.ConstDef
DGenerators.kt44 var AnnotationName = prefix.split("_") in ClassPrinter() variable