Home
last modified time | relevance | path

Searched refs:addEventMetric (Results 1 – 11 of 11) sorted by relevance

/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/
DConfigUtils.java97 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/
DExpresslogAtomsTests.java110 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/
DPerfettoTests.java124 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/
DInputAtomsTest.kt78 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/
DStatsdNotificationAtomTest.java77 ConfigUtils.addEventMetric(config, AtomsProto.Atom.NOTIFICATION_REPORTED_FIELD_NUMBER, in testNotificationReported()
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DMetricsRecorder.java229 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/
DMediaExtractorHostSideTest.java145 config.addEventMetric( in addAtomEvent()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/metrics/
DAtomMetricTester.java151 conf.addEventMetric(EventMetric.newBuilder() in addAtomEvent()
/cts/hostsidetests/mediaparser/src/android/media/mediaparser/cts/
DMediaParserHostSideTest.java324 config.addEventMetric( in addAtomEvent()
/cts/hostsidetests/appcompat/host/lib/src/android/compat/cts/
DCompatChangeGatingTestCase.java250 configBuilder.addEventMetric( in createAndUploadStatsdConfig()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/statsd/
DUidAtomTests.java558 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()