Home
last modified time | relevance | path

Searched defs:atomTag (Results 1 – 12 of 12) sorted by relevance

/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/statsd/
DHostAtomTests.java121 final int atomTag = Atom.SCREEN_STATE_CHANGED_FIELD_NUMBER; in testScreenStateChangedAtom() local
137 atomTag); in testScreenStateChangedAtom() local
162 final int atomTag = Atom.CHARGING_STATE_CHANGED_FIELD_NUMBER; in testChargingStateChangedAtom() local
180 atomTag); in testChargingStateChangedAtom() local
213 final int atomTag = Atom.PLUGGED_STATE_CHANGED_FIELD_NUMBER; in testPluggedStateChangedAtom() local
229 atomTag); in testPluggedStateChangedAtom() local
268 final int atomTag = Atom.BATTERY_LEVEL_CHANGED_FIELD_NUMBER; in testBatteryLevelChangedAtom() local
281 atomTag); in testBatteryLevelChangedAtom() local
312 final int atomTag = Atom.DEVICE_IDLE_MODE_STATE_CHANGED_FIELD_NUMBER; in testDeviceIdleModeStateChangedAtom() local
325 atomTag); in testDeviceIdleModeStateChangedAtom() local
[all …]
DUidAtomTests.java190 final int atomTag = Atom.APP_CRASH_OCCURRED_FIELD_NUMBER; in testAppCrashOccurred() local
192 atomTag, /*uidInAttributionChain=*/false); in testAppCrashOccurred() local
377 final int atomTag = Atom.FLASHLIGHT_STATE_CHANGED_FIELD_NUMBER; in testFlashlightState() local
389 atomTag, /*useUidAttributionChain=*/true); in testFlashlightState() local
402 final int atomTag = Atom.FOREGROUND_SERVICE_STATE_CHANGED_FIELD_NUMBER; in testForegroundServiceState() local
414 atomTag, /*useUidAttributionChain=*/false); in testForegroundServiceState() local
428 final int atomTag = Atom.FOREGROUND_SERVICE_APP_OP_SESSION_ENDED_FIELD_NUMBER; in testForegroundServiceAccessAppOp() local
432 atomTag, /*useUidAttributionChain=*/false); in testForegroundServiceAccessAppOp() local
513 final int atomTag = Atom.MEDIA_CODEC_STATE_CHANGED_FIELD_NUMBER; in testMediaCodecActivity() local
533 atomTag, /*useUidAttributionChain=*/true); in testMediaCodecActivity() local
[all …]
DDeviceAtomTestCase.java114 protected void createAndUploadConfig(int atomTag, boolean useAttribution) throws Exception { in createAndUploadConfig()
127 … protected void addAtomEvent(StatsdConfig.Builder conf, int atomTag, FieldValueMatcher.Builder fvm) in addAtomEvent()
142 protected void addAtomEvent(StatsdConfig.Builder conf, int atomTag, in addAtomEvent()
DAtomTestCase.java274 protected void createAndUploadConfig(int atomTag) throws Exception { in createAndUploadConfig()
573 protected void addAtomEvent(StatsdConfig.Builder conf, int atomTag) throws Exception { in addAtomEvent()
584 protected void addAtomEvent(StatsdConfig.Builder conf, int atomTag, in addAtomEvent()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/bluetooth/
DBluetoothStatsTests.java70 final int atomTag = AtomsProto.Atom.BLE_SCAN_STATE_CHANGED_FIELD_NUMBER; in testBleScan() local
79 atomTag, /*useAttributionChain=*/ true); in testBleScan() local
92 final int atomTag = AtomsProto.Atom.BLE_SCAN_STATE_CHANGED_FIELD_NUMBER; in testBleUnoptimizedScan() local
102 atomTag, /*useAttributionChain=*/ true); in testBleUnoptimizedScan() local
127 final int atomTag = AtomsProto.Atom.BLE_SCAN_STATE_CHANGED_FIELD_NUMBER; in testBleOpportunisticScan() local
137 atomTag, /*useAttributionChain=*/ true); in testBleOpportunisticScan() local
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/appstart/
DAppStartStatsTests.java79 final int atomTag = AtomsProto.Atom.APP_START_OCCURRED_FIELD_NUMBER; in testAppStartOccurred() local
81 atomTag, /*uidInAttributionChain=*/false); in testAppStartOccurred() local
103 final int atomTag = AtomsProto.Atom.APP_START_OCCURRED_FIELD_NUMBER; in testHibernatingAppStartOccurred() local
105 atomTag, /*uidInAttributionChain=*/false); in testHibernatingAppStartOccurred() local
122 final int atomTag = AtomsProto.Atom.APP_START_OCCURRED_FIELD_NUMBER; in testHibernatingAppStartOccurredTwice_isHibernatingShouldBeFalseSecondTime() local
124 atomTag, /*uidInAttributionChain=*/false); in testHibernatingAppStartOccurredTwice_isHibernatingShouldBeFalseSecondTime() local
/cts/common/device-side/bedstead/metricsrecorder/src/main/java/com/android/bedstead/metricsrecorder/
DEnterpriseMetricsRecorder.java74 private void start(int atomTag) { in start()
96 private void createAndUploadConfig(int atomTag) { in createAndUploadConfig()
105 private void addAtomEvent(StatsdConfig conf, int atomTag) { in addAtomEvent()
109 private void addAtomEvent(StatsdConfig conf, int atomTag, in addAtomEvent()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/jobscheduler/
DJobSchedulerStatsTests.java67 final int atomTag = AtomsProto.Atom.SCHEDULED_JOB_STATE_CHANGED_FIELD_NUMBER; in testScheduledJobState() local
79 atomTag, /*useUidAttributionChain=*/true); in testScheduledJobState() local
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/metrics/
DAtomMetricTester.java73 void createAndUploadConfig(int atomTag) throws Exception { in createAndUploadConfig()
125 private void addAtomEvent(StatsdConfig.Builder conf, int atomTag) throws Exception { in addAtomEvent()
136 private void addAtomEvent(StatsdConfig.Builder conf, int atomTag, in addAtomEvent()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/alarm/
DAlarmStatsTests.java69 final int atomTag = AtomsProto.Atom.WAKEUP_ALARM_OCCURRED_FIELD_NUMBER; in testWakeupAlarm() local
72 atomTag, /*useUidAttributionChain=*/true); in testWakeupAlarm() local
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/appexit/
DAppExitHostTest.java119 final int atomTag = AtomsProto.Atom.APP_PROCESS_DIED_FIELD_NUMBER; in performLogStatsdTest() local
124 atomTag, /* useUidAttributionChain= */ false); in performLogStatsdTest() local
/cts/hostsidetests/appcompat/hiddenapi/src/android/compat/hiddenapi/cts/
DHostsideStatsdAtomTests.java80 final int atomTag = Atom.HIDDEN_API_USED_FIELD_NUMBER; in testHiddenApiUsed() local