Home
last modified time | relevance | path

Searched refs:WAIT_TIME_LONG (Results 1 – 8 of 8) sorted by relevance

/cts/hostsidetests/statsd/src/android/cts/statsd/atom/
DHostAtomTests.java90 Thread.sleep(WAIT_TIME_LONG); in testScreenStateChangedAtom()
92 Thread.sleep(WAIT_TIME_LONG); in testScreenStateChangedAtom()
101 assertStatesOccurred(stateSet, data, WAIT_TIME_LONG, in testScreenStateChangedAtom()
322 Thread.sleep(WAIT_TIME_LONG); in testBatterySaverModeStateChangedAtom()
324 Thread.sleep(WAIT_TIME_LONG); in testBatterySaverModeStateChangedAtom()
330 assertStatesOccurred(stateSet, data, WAIT_TIME_LONG, in testBatterySaverModeStateChangedAtom()
346 Thread.sleep(WAIT_TIME_LONG); in testRemainingBatteryCapacity()
348 Thread.sleep(WAIT_TIME_LONG); in testRemainingBatteryCapacity()
372 Thread.sleep(WAIT_TIME_LONG); in testFullBatteryCapacity()
374 Thread.sleep(WAIT_TIME_LONG); in testFullBatteryCapacity()
[all …]
DUidAtomTests.java333 assertStatesOccurred(stateSet, data, WAIT_TIME_LONG, in testCameraState()
351 Thread.sleep(WAIT_TIME_LONG); in testCpuTimePerUid()
380 Thread.sleep(WAIT_TIME_LONG); in testDeviceCalculatedPowerUse()
384 Thread.sleep(WAIT_TIME_LONG); in testDeviceCalculatedPowerUse()
403 Thread.sleep(WAIT_TIME_LONG); in testDeviceCalculatedPowerBlameUid()
407 Thread.sleep(WAIT_TIME_LONG); in testDeviceCalculatedPowerBlameUid()
637 assertStatesOccurred(stateSet, data, WAIT_TIME_LONG, in testPictureInPictureState()
681 Thread.sleep(WAIT_TIME_LONG); in testScreenBrightness()
755 Thread.sleep(WAIT_TIME_LONG); in testVibratorState()
1077 Thread.sleep(WAIT_TIME_LONG); in testProcessMemoryState()
[all …]
DDeviceAtomTestCase.java223 runActivity(activity, actionKey, actionValue, WAIT_TIME_LONG); in runActivity()
DAtomTestCase.java109 protected static final int WAIT_TIME_LONG = 2_000; field in AtomTestCase
/cts/hostsidetests/statsd/src/android/cts/statsd/validation/
DBatteryStatsValidationTests.java99 Thread.sleep(WAIT_TIME_LONG); in testPowerUse()
101 Thread.sleep(WAIT_TIME_LONG); in testPowerUse()
105 Thread.sleep(WAIT_TIME_LONG); in testPowerUse()
DValidationTests.java168 Thread.sleep(WAIT_TIME_LONG); // Make sure the one second bucket has ended.
/cts/hostsidetests/statsd/src/android/cts/statsd/uidmap/
DUidMapTests.java81 Thread.sleep(WAIT_TIME_LONG); in testChangeFromInstallation()
/cts/hostsidetests/statsd/src/android/cts/statsd/metric/
DCountMetricsTests.java271 Thread.sleep(WAIT_TIME_LONG); // Finish the current bucket. in testPartialBucketCountMetric()