Home
last modified time | relevance | path

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

/aosp12/packages/modules/StatsD/tests/src/android/cts/statsd/validation/
H A DProcStatsValidationTests.java58 executeBackgroundService(ACTION_BACKGROUND_SLEEP); in testProcessStatePssValue()
64 executeBackgroundService(ACTION_END_IMMEDIATELY); in testProcessStatePssValue()
122 executeBackgroundService(ACTION_BACKGROUND_SLEEP); in testProcessStateByPulling()
128 executeBackgroundService(ACTION_END_IMMEDIATELY); in testProcessStateByPulling()
/aosp12/packages/modules/StatsD/tests/src/android/cts/statsd/atom/
H A DDeviceAtomTestCase.java208 protected void executeBackgroundService(String actionValue) throws Exception { in executeBackgroundService() method in DeviceAtomTestCase