Home
last modified time | relevance | path

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

/frameworks/proto_logging/stats/stats_log_api_gen/
Dutils.cpp71 AnnotationStruct("ANNOTATION_ID_RESTRICTION_CATEGORY", API_U)}, in get_annotation_id_constants()
73 AnnotationStruct("ANNOTATION_ID_FIELD_RESTRICTION_PERIPHERAL_DEVICE_INFO", API_U)}, in get_annotation_id_constants()
75 AnnotationStruct("ANNOTATION_ID_FIELD_RESTRICTION_APP_USAGE", API_U)}, in get_annotation_id_constants()
77 AnnotationStruct("ANNOTATION_ID_FIELD_RESTRICTION_APP_ACTIVITY", API_U)}, in get_annotation_id_constants()
79 AnnotationStruct("ANNOTATION_ID_FIELD_RESTRICTION_HEALTH_CONNECT", API_U)}, in get_annotation_id_constants()
81 AnnotationStruct("ANNOTATION_ID_FIELD_RESTRICTION_ACCESSIBILITY", API_U)}, in get_annotation_id_constants()
83 AnnotationStruct("ANNOTATION_ID_FIELD_RESTRICTION_SYSTEM_SEARCH", API_U)}, in get_annotation_id_constants()
85 AnnotationStruct("ANNOTATION_ID_FIELD_RESTRICTION_USER_ENGAGEMENT", API_U)}, in get_annotation_id_constants()
87 AnnotationStruct("ANNOTATION_ID_FIELD_RESTRICTION_AMBIENT_SENSING", API_U)}, in get_annotation_id_constants()
89 AnnotationStruct("ANNOTATION_ID_FIELD_RESTRICTION_DEMOGRAPHIC_CLASSIFICATION", API_U)}, in get_annotation_id_constants()
[all …]
Dutils.h42 const int API_U = 34; variable
Djava_writer.cpp49 if (annotation.minApiLevel < API_U) { // we don't generate annotation constants for U+ in write_java_annotation_constants()
88 const char *prefix = annotationConstant.minApiLevel >= API_U ? "StatsLog." : ""; in write_annotations()