Home
last modified time | relevance | path

Searched defs:atomId (Results 1 – 6 of 6) sorted by relevance

/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/
DConfigUtils.java93 public static void addEventMetricForUidAtom(StatsdConfig.Builder config, int atomId, in addEventMetricForUidAtom()
107 public static void addEventMetric(StatsdConfig.Builder config, int atomId) { in addEventMetric()
119 public static void addEventMetric(StatsdConfig.Builder config, int atomId, in addEventMetric()
150 public static void addGaugeMetricForUidAtom(StatsdConfig.Builder config, int atomId, in addGaugeMetricForUidAtom()
163 int atomId, boolean uidInAttributionChain, String pkgName, in addGaugeMetricForUidAtomWithDimensions()
177 public static void addGaugeMetric(StatsdConfig.Builder config, int atomId) { in addGaugeMetric()
188 public static void addGaugeMetricWithDimensions(StatsdConfig.Builder config, int atomId, in addGaugeMetricWithDimensions()
194 private static void addGaugeMetricInternal(StatsdConfig.Builder config, int atomId, in addGaugeMetricInternal()
301 int atomId, in uploadConfigForPushedAtomWithUid()
309 int atomId, in uploadConfigForPulledAtomWithUid()
[all …]
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/alarm/
DAlarmStatsTests.java137 final int atomId = AtomsProto.Atom.ALARM_SCHEDULED_FIELD_NUMBER; in testAlarmScheduled() local
139 ConfigUtils.uploadConfigForPushedAtom(getDevice(), ALARM_ATOM_TEST_PACKAGE, atomId); in testAlarmScheduled() local
174 final int atomId = AtomsProto.Atom.ALARM_SCHEDULED_FIELD_NUMBER; in testAlarmScheduled_exactWithUEA() local
176 ConfigUtils.uploadConfigForPushedAtom(getDevice(), ALARM_ATOM_TEST_PACKAGE, atomId); in testAlarmScheduled_exactWithUEA() local
204 final int atomId = AtomsProto.Atom.ALARM_SCHEDULED_FIELD_NUMBER; in testAlarmScheduled_exactWithSEA() local
206 ConfigUtils.uploadConfigForPushedAtom(getDevice(), ALARM_ATOM_TEST_PACKAGE_2, atomId); in testAlarmScheduled_exactWithSEA() local
232 final int atomId = AtomsProto.Atom.ALARM_BATCH_DELIVERED_FIELD_NUMBER; in testAlarmBatchDelivered() local
234 ConfigUtils.uploadConfigForPushedAtom(getDevice(), ALARM_ATOM_TEST_PACKAGE, atomId); in testAlarmBatchDelivered() local
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DMetricsRecorder.java106 public static void uploadConfigForPushedAtomWithUid(@NonNull String pkgName, int atomId, in uploadConfigForPushedAtomWithUid()
239 private static void addEventMetricForUidAtom(StatsdConfig config, int atomId, in addEventMetricForUidAtom()
253 private static void addEventMetric(StatsdConfig config, int atomId, in addEventMetric()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/users/
DUserStatsTests.java40 public UserStatsTests(int atomId) { in UserStatsTests()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/net/
DBytesTransferredTest.java159 private void doTestMobileBytesTransferThat(int atomId, boolean isUidAtom, in doTestMobileBytesTransferThat()
/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/
DAtomTests.java375 private static void writeSliceByBleScanStateChangedAtom(int atomId, int firstUid, in writeSliceByBleScanStateChangedAtom()
887 private static void writeSliceByWakelockStateChangedAtom(int atomId, int firstUid, in writeSliceByWakelockStateChangedAtom()