Searched defs:atomId (Results 1 – 5 of 5) sorted by relevance
| /cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/ |
| D | ConfigUtils.java | 95 public static void addEventMetricForUidAtom(StatsdConfig.Builder config, int atomId, in addEventMetricForUidAtom() 109 public static void addEventMetric(StatsdConfig.Builder config, int atomId) { in addEventMetric() 121 public static void addEventMetric(StatsdConfig.Builder config, int atomId, in addEventMetric() 152 public static void addGaugeMetricForUidAtom(StatsdConfig.Builder config, int atomId, in addGaugeMetricForUidAtom() 165 int atomId, boolean uidInAttributionChain, String pkgName, in addGaugeMetricForUidAtomWithDimensions() 179 public static void addGaugeMetric(StatsdConfig.Builder config, int atomId) { in addGaugeMetric() 190 public static void addGaugeMetricWithDimensions(StatsdConfig.Builder config, int atomId, in addGaugeMetricWithDimensions() 196 private static void addGaugeMetricInternal(StatsdConfig.Builder config, int atomId, in addGaugeMetricInternal() 300 int atomId, in uploadConfigForPushedAtomWithUid() 308 int atomId, in uploadConfigForPulledAtomWithUid() [all …]
|
| /cts/hostsidetests/statsdatom/src/android/cts/statsdatom/alarm/ |
| D | AlarmStatsTests.java | 130 final int atomId = AtomsProto.Atom.ALARM_SCHEDULED_FIELD_NUMBER; in testAlarmScheduled() local 132 ConfigUtils.uploadConfigForPushedAtom(getDevice(), ALARM_ATOM_TEST_PACKAGE, atomId); in testAlarmScheduled() local 167 final int atomId = AtomsProto.Atom.ALARM_SCHEDULED_FIELD_NUMBER; in testAlarmScheduled_exactWithUEA() local 169 ConfigUtils.uploadConfigForPushedAtom(getDevice(), ALARM_ATOM_TEST_PACKAGE, atomId); in testAlarmScheduled_exactWithUEA() local 195 final int atomId = AtomsProto.Atom.ALARM_SCHEDULED_FIELD_NUMBER; in testAlarmScheduled_exactWithSEA() local 197 ConfigUtils.uploadConfigForPushedAtom(getDevice(), ALARM_ATOM_TEST_PACKAGE_2, atomId); in testAlarmScheduled_exactWithSEA() local 223 final int atomId = AtomsProto.Atom.ALARM_BATCH_DELIVERED_FIELD_NUMBER; in testAlarmBatchDelivered() local 225 ConfigUtils.uploadConfigForPushedAtom(getDevice(), ALARM_ATOM_TEST_PACKAGE, atomId); in testAlarmBatchDelivered() local
|
| /cts/hostsidetests/statsdatom/src/android/cts/statsdatom/net/ |
| D | BytesTransferredTest.java | 158 private void doTestMobileBytesTransferThat(int atomId, boolean isUidAtom, in doTestMobileBytesTransferThat()
|
| /cts/hostsidetests/statsdatom/src/android/cts/statsdatom/statsd/ |
| D | AtomTestCase.java | 597 protected void addAtomEvent(StatsdConfig.Builder conf, int atomId, in addAtomEvent() 624 protected void addGaugeAtom(StatsdConfig.Builder conf, int atomId, in addGaugeAtom() 678 protected void addGaugeAtomWithDimensions(StatsdConfig.Builder conf, int atomId, in addGaugeAtomWithDimensions()
|
| /cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/ |
| D | AtomTests.java | 333 private static void writeSliceByBleScanStateChangedAtom(int atomId, int firstUid, in writeSliceByBleScanStateChangedAtom() 818 private static void writeSliceByWakelockStateChangedAtom(int atomId, int firstUid, in writeSliceByWakelockStateChangedAtom()
|