Home
last modified time | relevance | path

Searched defs:annotation (Results 1 – 23 of 23) sorted by relevance

/packages/services/Car/car-lib/src/com/android/car/internal/util/
DAnnotationValidations.java48 public static void validate(Class<UserIdInt> annotation, UserIdInt ignored, int value) { in validate()
55 public static void validate(Class<AppIdInt> annotation, AppIdInt ignored, int value) { in validate()
62 public static void validate(Class<IntRange> annotation, IntRange ignored, int value, in validate()
69 public static void validate(Class<IntRange> annotation, IntRange ignored, int value, in validate()
88 public static void validate(Class<IntRange> annotation, IntRange ignored, long value, in validate()
97 public static void validate(Class<IntRange> annotation, IntRange ignored, long value, in validate()
114 public static void validate(Class<FloatRange> annotation, FloatRange ignored, float value, in validate()
121 public static void validate(Class<FloatRange> annotation, FloatRange ignored, float value, in validate()
134 public static void validate(Class<NonNull> annotation, NonNull ignored, Object value) { in validate()
141 public static void validate(Class<Size> annotation, Size ignored, int value, in validate()
[all …]
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/sessioncontroller/
DSessionControllerUnitTest.java76 public SessionAnnotation annotation; field in SessionControllerUnitTest.TestSessionControllerCallback
80 public void onSessionStateChanged(SessionAnnotation annotation) { in onSessionStateChanged()
183 SessionAnnotation annotation = mSessionController.getSessionAnnotation(); in testGetSessionAnnotation_defaultState() local
/packages/services/Car/car-test-lib/src/android/car/test/util/
DAnnotationHelper.java116 AddedInOrBefore annotation = field.getAnnotation(AddedInOrBefore.class); in validatedAddInOrBeforeAnnotation() local
130 AddedInOrBefore annotation = method.getAnnotation(AddedInOrBefore.class); in validatedAddInOrBeforeAnnotation() local
/packages/modules/IntentResolver/java/tests/src/com/android/intentresolver/
DFeatureFlagRule.kt40 val annotation = description.annotations.firstOrNull { in <lambda>() constant
/packages/apps/Settings/src/com/android/settings/utils/
DAnnotationSpan.java108 public LinkInfo(String annotation, View.OnClickListener listener) { in LinkInfo()
114 public LinkInfo(Context context, String annotation, Intent intent) { in LinkInfo()
/packages/services/Car/service/src/com/android/car/telemetry/sessioncontroller/
DSessionController.java95 void onSessionStateChanged(SessionAnnotation annotation); in onSessionStateChanged()
190 SessionAnnotation annotation = getSessionAnnotation(); in notifySessionStateChange() local
/packages/apps/Dialer/java/com/android/dialer/rootcomponentgenerator/
DMetadataGeneratingStep.java79 Class<? extends Annotation> annotation, TypeElement annotatedElement) { in generateMetadataFor()
DRootComponentGeneratingStep.java171 Class<? extends Annotation> annotation, MetadataProcessor metadataProcessor) { in extractInfoFromMetadata()
/packages/services/Car/service/src/com/android/car/telemetry/publisher/
DAbstractPublisher.java70 protected abstract void handleSessionStateChange(@NonNull SessionAnnotation annotation); in handleSessionStateChange()
DMemoryPublisher.java140 protected void handleSessionStateChange(@NonNull SessionAnnotation annotation) { in handleSessionStateChange()
DCarTelemetrydPublisher.java327 protected void handleSessionStateChange(SessionAnnotation annotation) { in handleSessionStateChange()
DVehiclePropertyPublisher.java179 protected void handleSessionStateChange(SessionAnnotation annotation) {} in handleSessionStateChange()
DConnectivityPublisher.java117 protected void handleSessionStateChange(SessionAnnotation annotation) { in handleSessionStateChange()
DStatsPublisher.java800 protected void handleSessionStateChange(SessionAnnotation annotation) {} in handleSessionStateChange()
/packages/modules/StatsD/statsd/src/metrics/
DMetricsManager.cpp99 for (const auto& annotation : config.annotation()) { in MetricsManager() local
175 for (const auto& annotation : config.annotation()) { in updateConfig() local
432 for (const auto& annotation : mAnnotations) { in onDumpReport() local
/packages/services/Car/car-test-lib/src/android/car/test/
DApiCheckerRule.java248 Log.d(TAG, "Annotation: " + annotation); in apply()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/
DGrantPermissionsActivity.java431 Annotation annotation = annotations[i]; in showNextRequest() local
/packages/modules/StatsD/statsd/tests/e2e/
DConfigUpdate_e2e_ab_test.cpp149 StatsdConfig_Annotation* annotation = config.add_annotation(); in TEST_P() local
/packages/modules/StatsD/statsd/src/
Dstats_log.proto407 repeated Annotation annotation = 7; field
486 repeated Annotation annotation = 18; field
Dstatsd_config.proto542 repeated Annotation annotation = 14; field
/packages/modules/StatsD/statsd/src/guardrail/
DStatsdStats.cpp717 for (const auto& annotation : configStats->annotations) { in dumpStats() local
919 for (const auto& annotation : configStats.annotations) { in addConfigStatsToProto() local
/packages/providers/MediaProvider/src/com/android/providers/media/
DDatabaseHelper.java2209 final Annotation annotation = field.getAnnotation(mExportedSinceAnnotation); in shouldBeIgnoredByOsVersion() local
/packages/modules/StatsD/statsd/tests/
DStatsLogProcessor_test.cpp241 auto annotation = config.add_annotation(); in TEST() local