Home
last modified time | relevance | path

Searched defs:Annotation (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/text/
DAnnotation.java26 public class Annotation implements ParcelableSpan { class
30 public Annotation(String key, String value) { in Annotation() method in Annotation
35 public Annotation(Parcel src) { in Annotation() method in Annotation
/frameworks/proto_logging/stats/stats_log_api_gen/
DCollation.h146 struct Annotation { struct
147 const AnnotationId annotationId; argument
149 AnnotationType type; argument
150 AnnotationValue value; argument
152 inline Annotation(AnnotationId annotationId, int atomId, AnnotationType type, in Annotation() argument
156 inline ~Annotation() { in ~Annotation() argument
/frameworks/base/telephony/java/android/telephony/
DAnnotation.java20 public class Annotation { class