Home
last modified time | relevance | path

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

/aosp12/packages/modules/StatsD/tests/src/android/cts/statsd/validation/
H A DProcStatsValidationTests.java52 toggleScreenAndSleep(WAIT_TIME_SHORT); in testProcessStatePssValue()
56 toggleScreenAndSleep(SLEEP_OF_FOREGROUND_SERVICE + EXTRA_WAIT_TIME_MS); in testProcessStatePssValue()
59 toggleScreenAndSleep(SLEEP_OF_ACTION_BACKGROUND_SLEEP + EXTRA_WAIT_TIME_MS); in testProcessStatePssValue()
62 toggleScreenAndSleep(SLEEP_OF_ACTION_LONG_SLEEP_WHILE_TOP + EXTRA_WAIT_TIME_MS); in testProcessStatePssValue()
66 toggleScreenAndSleep(cacheTime); in testProcessStatePssValue()
70 toggleScreenAndSleep(EXTRA_WAIT_TIME_MS + 5_000); in testProcessStatePssValue()
105 private void toggleScreenAndSleep(final long duration) throws Exception { in toggleScreenAndSleep() method in ProcStatsValidationTests