Searched defs:atomId (Results 1 – 6 of 6) sorted by relevance
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/ |
D | ConfigUtils.java | 94 public static void addEventMetricForUidAtom(StatsdConfig.Builder config, int atomId, in addEventMetricForUidAtom() 108 public static void addEventMetric(StatsdConfig.Builder config, int atomId) { in addEventMetric() 120 public static void addEventMetric(StatsdConfig.Builder config, int atomId, in addEventMetric() 151 public static void addGaugeMetricForUidAtom(StatsdConfig.Builder config, int atomId, in addGaugeMetricForUidAtom() 164 int atomId, boolean uidInAttributionChain, String pkgName, in addGaugeMetricForUidAtomWithDimensions() 178 public static void addGaugeMetric(StatsdConfig.Builder config, int atomId) { in addGaugeMetric() 189 public static void addGaugeMetricWithDimensions(StatsdConfig.Builder config, int atomId, in addGaugeMetricWithDimensions() 195 private static void addGaugeMetricInternal(StatsdConfig.Builder config, int atomId, in addGaugeMetricInternal() 304 int atomId, in uploadConfigForPushedAtomWithUid() 312 int atomId, in uploadConfigForPulledAtomWithUid() [all …]
|
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/alarm/ |
D | AlarmStatsTests.java | 132 final int atomId = AtomsProto.Atom.ALARM_SCHEDULED_FIELD_NUMBER; in testAlarmScheduled() local 134 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 221 final int atomId = AtomsProto.Atom.ALARM_BATCH_DELIVERED_FIELD_NUMBER; in testAlarmBatchDelivered() local 223 ConfigUtils.uploadConfigForPushedAtom(getDevice(), ALARM_ATOM_TEST_PACKAGE, atomId); in testAlarmBatchDelivered() local
|
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/ |
D | MetricsRecorder.java | 106 public static void uploadConfigForPushedAtomWithUid(@NonNull String[] pkgNames, int atomId, in uploadConfigForPushedAtomWithUid() 226 private static void addEventMetricForUidAtom(@NonNull StatsdConfig config, int atomId, in addEventMetricForUidAtom() 240 private static void addEventMetric(@NonNull StatsdConfig config, int atomId, in addEventMetric()
|
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/users/ |
D | UserStatsTests.java | 41 public UserStatsTests(int atomId) { in UserStatsTests()
|
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/net/ |
D | BytesTransferredTest.java | 159 private void doTestMobileBytesTransferThat(int atomId, boolean isUidAtom, in doTestMobileBytesTransferThat()
|
/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/ |
D | AtomTests.java | 227 private static void writeSliceByBleScanStateChangedAtom(int atomId, int firstUid, in writeSliceByBleScanStateChangedAtom() 701 private static void writeSliceByWakelockStateChangedAtom(int atomId, int firstUid, in writeSliceByWakelockStateChangedAtom()
|