Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/
DFieldValue.h361 class Annotations {
363 Annotations() { in Annotations() function
438 Annotations mAnnotations;
/frameworks/base/tools/codegen/src/com/android/codegen/
DGenerators.kt289 val Annotations = providedMethod?.annotations?.joinToString("\n") in generateBuilderMethod() constant
294 if (!Annotations.isNullOrEmpty()) +Annotations in generateBuilderMethod()