Home
last modified time | relevance | path

Searched refs:annotationId (Results 1 – 11 of 11) sorted by relevance

/frameworks/opt/net/wifi/libs/WifiTrackerLib/tests/src/com/android/wifitrackerlib/
DNonSdkApiWrapperTest.java40 final String annotationId = "id"; in testLinkifyAnnotation_annotation_returnTextWithClickableSpan() local
45 builder.append(testLink, new Annotation("key", annotationId), in testLinkifyAnnotation_annotation_returnTextWithClickableSpan()
49 mock(Context.class), builder, annotationId, "url"); in testLinkifyAnnotation_annotation_returnTextWithClickableSpan()
59 final String annotationId = "url"; in testLinkifyAnnotation_annotationWithEmptyUriString_returnOriginalText() local
64 builder.append(testLink, new Annotation("key", annotationId), in testLinkifyAnnotation_annotationWithEmptyUriString_returnOriginalText()
68 mock(Context.class), builder, annotationId, ""); in testLinkifyAnnotation_annotationWithEmptyUriString_returnOriginalText()
/frameworks/proto_logging/stats/stats_log_api_gen/
DCollation.h123 const AnnotationId annotationId; member
128 inline Annotation(AnnotationId annotationId, int atomId, AnnotationType type, in Annotation()
130 : annotationId(annotationId), atomId(atomId), type(type), value(value) { in Annotation()
136 return atomId == that.atomId ? annotationId < that.annotationId : atomId < that.atomId;
Dtest_collation.cpp401 EXPECT_EQ(ANNOTATION_ID_IS_UID, annotation->annotationId); in TEST_P()
416 EXPECT_EQ(ANNOTATION_ID_EXCLUSIVE_STATE, annotation->annotationId); in TEST_P()
471 EXPECT_EQ(ANNOTATION_ID_IS_UID, annotation->annotationId); in TEST_P()
486 EXPECT_EQ(ANNOTATION_ID_EXCLUSIVE_STATE, annotation->annotationId); in TEST_P()
596 EXPECT_EQ(ANNOTATION_ID_IS_UID, annotation->annotationId); in TEST()
646 EXPECT_EQ(ANNOTATION_ID_RESTRICTION_CATEGORY, annotation->annotationId); in TEST_P()
653 EXPECT_EQ(ANNOTATION_ID_FIELD_RESTRICTION_APP_USAGE, annotation->annotationId); in TEST_P()
660 EXPECT_EQ(ANNOTATION_ID_FIELD_RESTRICTION_APP_ACTIVITY, annotation->annotationId); in TEST_P()
667 EXPECT_EQ(ANNOTATION_ID_FIELD_RESTRICTION_HEALTH_CONNECT, annotation->annotationId); in TEST_P()
674 EXPECT_EQ(ANNOTATION_ID_FIELD_RESTRICTION_ACCESSIBILITY, annotation->annotationId); in TEST_P()
[all …]
Djava_writer.cpp87 ANNOTATION_ID_CONSTANTS.at(annotation->annotationId); in write_annotations()
91 if (ANNOTATION_ID_TRIGGER_STATE_RESET == annotation->annotationId) { in write_annotations()
93 } else if (ANNOTATION_ID_DEFAULT_STATE == annotation->annotationId) { in write_annotations()
95 } else if (ANNOTATION_ID_RESTRICTION_CATEGORY == annotation->annotationId) { in write_annotations()
Dnative_writer.cpp56 ANNOTATION_ID_CONSTANTS.at(annotation->annotationId).name; in write_annotations()
59 if (ANNOTATION_ID_TRIGGER_STATE_RESET == annotation->annotationId) { in write_annotations()
61 } else if (ANNOTATION_ID_DEFAULT_STATE == annotation->annotationId) { in write_annotations()
63 } else if (ANNOTATION_ID_RESTRICTION_CATEGORY == annotation->annotationId) { in write_annotations()
Drust_writer.cpp251 ANNOTATION_ID_CONSTANTS.at(annotation->annotationId).name; in write_annotations()
254 if (ANNOTATION_ID_TRIGGER_STATE_RESET == annotation->annotationId) { in write_annotations()
256 } else if (ANNOTATION_ID_DEFAULT_STATE == annotation->annotationId) { in write_annotations()
DCollation.cpp148 const AnnotationId annotationId, in addAnnotationToAtomDecl() argument
153 fieldNumber, annotationId, annotationType); in addAnnotationToAtomDecl()
156 make_shared<Annotation>(annotationId, atomDecl->code, annotationType, annotationValue)); in addAnnotationToAtomDecl()
/frameworks/hardware/interfaces/stats/aidl/android/frameworks/stats/
DAnnotation.aidl26 AnnotationId annotationId = AnnotationId.UNKNOWN;
/frameworks/hardware/interfaces/stats/aidl/aidl_api/android.frameworks.stats/current/android/frameworks/stats/
DAnnotation.aidl37 …android.frameworks.stats.AnnotationId annotationId = android.frameworks.stats.AnnotationId.UNKNOWN;
/frameworks/hardware/interfaces/stats/aidl/aidl_api/android.frameworks.stats/2/android/frameworks/stats/
DAnnotation.aidl37 …android.frameworks.stats.AnnotationId annotationId = android.frameworks.stats.AnnotationId.UNKNOWN;
/frameworks/native/services/stats/
DStatsAidl.cpp56 AStatsEvent_addBoolAnnotation(event, to_underlying(annotation.annotationId), in write_annotation()
61 AStatsEvent_addInt32Annotation(event, to_underlying(annotation.annotationId), in write_annotation()