/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/ |
D | ConfigUtils.java | 97 addEventMetric(config, atomId, Arrays.asList(fvm)); in addEventMetricForUidAtom() 108 public static void addEventMetric(StatsdConfig.Builder config, int atomId) { in addEventMetric() method in ConfigUtils 109 addEventMetric(config, atomId, /*fvms=*/null); in addEventMetric() 120 public static void addEventMetric(StatsdConfig.Builder config, int atomId, in addEventMetric() method in ConfigUtils 135 config.addEventMetric(EventMetric.newBuilder() in addEventMetric() 322 addEventMetric(config, atomId); in uploadConfigForPushedAtom() 330 addEventMetric(config, atomId); in uploadConfigForPushedAtoms()
|
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/express/ |
D | ExpresslogAtomsTests.java | 110 ConfigUtils.addEventMetric(config, atomTag, List.of(expressMetricIdMatcher)); in testExpressLogCounterAtom() 139 ConfigUtils.addEventMetric(config, atomTag, List.of(expressMetricIdMatcher)); in testExpressLogCounterWithUidAtom() 174 ConfigUtils.addEventMetric(config, atomTag, List.of(expressMetricIdMatcher)); in testExpressLogSampleAtomUniform() 213 ConfigUtils.addEventMetric(config, atomTag, List.of(expressMetricIdMatcher)); in testExpressLogSampleAtomScaled() 253 ConfigUtils.addEventMetric(config, atomTag, List.of(expressMetricIdMatcher)); in testExpressLogSampleWihtUidAtomUniform() 295 ConfigUtils.addEventMetric(config, atomTag, List.of(expressMetricIdMatcher)); in testExpressLogSampleWithUidAtomScaled()
|
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/perfetto/ |
D | PerfettoTests.java | 124 ConfigUtils.addEventMetric(config, AtomsProto.Atom.PERFETTO_UPLOADED_FIELD_NUMBER); in testPerfettoUploadedIncidentdAtoms() 146 ConfigUtils.addEventMetric(config, AtomsProto.Atom.PERFETTO_UPLOADED_FIELD_NUMBER); in testSkipReportAtoms() 166 ConfigUtils.addEventMetric(config, AtomsProto.Atom.PERFETTO_UPLOADED_FIELD_NUMBER); in testReportAtoms() 167 ConfigUtils.addEventMetric(config, Atom.TRACING_SERVICE_REPORT_EVENT_FIELD_NUMBER); in testReportAtoms() 188 ConfigUtils.addEventMetric(config, AtomsProto.Atom.PERFETTO_TRIGGER_FIELD_NUMBER); in testPerfettoTriggerAtoms()
|
/cts/hostsidetests/input/src/android/input/cts/hostside/ |
D | InputAtomsTest.kt | 78 ConfigUtils.addEventMetric( in testInputDeviceUsageAtom() 278 ConfigUtils.addEventMetric(builder, InputExtensionAtoms.KEYBOARD_CONFIGURED_FIELD_NUMBER) in testKeyboardConfiguredAtom() 313 ConfigUtils.addEventMetric( in testKeyboardSystemEventsAtom()
|
/cts/hostsidetests/systemui/src/android/host/systemui/ |
D | StatsdNotificationAtomTest.java | 77 ConfigUtils.addEventMetric(config, AtomsProto.Atom.NOTIFICATION_REPORTED_FIELD_NUMBER, in testNotificationReported()
|
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/ |
D | MetricsRecorder.java | 229 addEventMetric(config, atomId, new FieldValueMatcher[]{fvm}); in addEventMetricForUidAtom() 240 private static void addEventMetric(@NonNull StatsdConfig config, int atomId, in addEventMetric() method in MetricsRecorder
|
/cts/hostsidetests/media/src/android/media/cts/ |
D | MediaExtractorHostSideTest.java | 145 config.addEventMetric( in addAtomEvent()
|
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/metrics/ |
D | AtomMetricTester.java | 151 conf.addEventMetric(EventMetric.newBuilder() in addAtomEvent()
|
/cts/hostsidetests/mediaparser/src/android/media/mediaparser/cts/ |
D | MediaParserHostSideTest.java | 324 config.addEventMetric( in addAtomEvent()
|
/cts/hostsidetests/appcompat/host/lib/src/android/compat/cts/ |
D | CompatChangeGatingTestCase.java | 250 configBuilder.addEventMetric( in createAndUploadStatsdConfig()
|
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/statsd/ |
D | UidAtomTests.java | 558 ConfigUtils.addEventMetric(config, Atom.PICTURE_IN_PICTURE_STATE_CHANGED_FIELD_NUMBER, in testPictureInPictureState() 564 ConfigUtils.addEventMetric(config, Atom.UI_EVENT_REPORTED_FIELD_NUMBER, in testPictureInPictureState()
|