Home
last modified time | relevance | path

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

/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/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/modules/StatsD/statsd/src/metrics/
DMetricsManager.cpp97 for (const auto& annotation : config.annotation()) { in MetricsManager() local
172 for (const auto& annotation : config.annotation()) { in updateConfig() local
431 for (const auto& annotation : mAnnotations) { in onDumpReport() local
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/
DGrantPermissionsActivity.java292 Annotation annotation = annotations[i]; in showNextRequest() local
/packages/modules/StatsD/statsd/tests/e2e/
DConfigUpdate_e2e_ab_test.cpp145 StatsdConfig_Annotation* annotation = config.add_annotation(); in TEST_P() local
/packages/modules/StatsD/statsd/src/
Dstats_log.proto341 repeated Annotation annotation = 7; field
420 repeated Annotation annotation = 18; field
Dstatsd_config.proto504 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/modules/StatsD/statsd/tests/
DStatsLogProcessor_test.cpp236 auto annotation = config.add_annotation(); in TEST() local