Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/codegen/src/com/android/codegen/
H A DGenerators.kt234 +"private $annotationsAndType $name;"
726 "public $annotationsAndType $methodName()" {
777 +"$annotationsAndType $nameLowerCamel${if_(!isLast, ",")}"
H A DFieldInfo.kt146 val annotationsAndType by lazy { (annotationsNoInternal + Type).joinToString(" ") } regex