Home
last modified time | relevance | path

Searched refs:ANNOTATION_ID_IS_UID (Results 1 – 8 of 8) sorted by relevance

/frameworks/proto_logging/stats/stats_log_api_gen/
Dtest_collation.cpp298 EXPECT_EQ(ANNOTATION_ID_IS_UID, annotation->annotationId); in TEST()
368 EXPECT_EQ(ANNOTATION_ID_IS_UID, annotation->annotationId); in TEST()
493 EXPECT_EQ(ANNOTATION_ID_IS_UID, annotation->annotationId); in TEST()
DCollation.h59 ANNOTATION_ID_IS_UID = 1, enumerator
Dutils.cpp54 {ANNOTATION_ID_IS_UID, "ANNOTATION_ID_IS_UID"}, in get_annotation_id_constants()
DCollation.cpp271 addAnnotationToAtomDecl(atomDecl, fieldNumber, ANNOTATION_ID_IS_UID, ANNOTATION_TYPE_BOOL, in collate_field_annotations()
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java27 import static android.util.StatsLog.ANNOTATION_ID_IS_UID;
2077 event.addBooleanAnnotation(ANNOTATION_ID_IS_UID, true); in pullPackagePreferencesStats()
2115 event.addBooleanAnnotation(ANNOTATION_ID_IS_UID, true); in pullPackagePreferencesStats()
2147 event.addBooleanAnnotation(ANNOTATION_ID_IS_UID, true); in pullPackageChannelPreferencesStats()
2182 event.addBooleanAnnotation(ANNOTATION_ID_IS_UID, true); in pullPackageChannelGroupPreferencesStats()
DZenModeHelper.java24 import static android.util.StatsLog.ANNOTATION_ID_IS_UID;
1258 .addBooleanAnnotation(ANNOTATION_ID_IS_UID, true) in pullRules()
1294 .addBooleanAnnotation(ANNOTATION_ID_IS_UID, true); in ruleToProtoLocked()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenModeHelperTest.java38 import static android.util.StatsLog.ANNOTATION_ID_IS_UID;
899 assertTrue(builder.getBooleanAnnotation(UID_FIELD_NUMBER, ANNOTATION_ID_IS_UID)); in testProto()
DPreferencesHelperTest.java35 import static android.util.StatsLog.ANNOTATION_ID_IS_UID;
4833 UID_FIELD_NUMBER, ANNOTATION_ID_IS_UID)); in testPullPackageChannelPreferencesStats()