Home
last modified time | relevance | path

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

/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/annotation/
DAnnotationValue.java19 public enum AnnotationValue { enum
/frameworks/proto_logging/stats/stats_log_api_gen/
DCollation.h105 union AnnotationValue { union
109 explicit AnnotationValue(const int value) : intValue(value) { in AnnotationValue() function
111 explicit AnnotationValue(const bool value) : boolValue(value) { in AnnotationValue() function