Home
last modified time | relevance | path

Searched refs:API_U (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/proto_logging/stats/stats_log_api_gen/
H A Dutils.cpp81 AnnotationStruct(prefix + "RESTRICTION_CATEGORY", API_U)}, in get_annotation_id_constants()
83 AnnotationStruct(prefix + "FIELD_RESTRICTION_PERIPHERAL_DEVICE_INFO", API_U)}, in get_annotation_id_constants()
85 AnnotationStruct(prefix + "FIELD_RESTRICTION_APP_USAGE", API_U)}, in get_annotation_id_constants()
87 AnnotationStruct(prefix + "FIELD_RESTRICTION_APP_ACTIVITY", API_U)}, in get_annotation_id_constants()
89 AnnotationStruct(prefix + "FIELD_RESTRICTION_HEALTH_CONNECT", API_U)}, in get_annotation_id_constants()
91 AnnotationStruct(prefix + "FIELD_RESTRICTION_ACCESSIBILITY", API_U)}, in get_annotation_id_constants()
93 AnnotationStruct(prefix + "FIELD_RESTRICTION_SYSTEM_SEARCH", API_U)}, in get_annotation_id_constants()
95 AnnotationStruct(prefix + "FIELD_RESTRICTION_USER_ENGAGEMENT", API_U)}, in get_annotation_id_constants()
97 AnnotationStruct(prefix + "FIELD_RESTRICTION_AMBIENT_SENSING", API_U)}, in get_annotation_id_constants()
100 API_U)}, in get_annotation_id_constants()
[all …]
H A Djava_writer.cpp56 if (annotation.minApiLevel >= API_U) { // we don't generate annotation constants for U+ in write_java_annotation_constants()
94 const char *prefix = annotationConstant.minApiLevel >= API_U ? "StatsLog." : ""; in write_annotations()
H A Dutils.h42 const int API_U = 34; variable