Home
last modified time | relevance | path

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

/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/statsd/
DProcStateAtomTests.java191 DeviceUtils.executeBackgroundService(getDevice(), ACTION_BACKGROUND_SLEEP); in testBackground()
266 DeviceUtils.executeBackgroundService(getDevice(), ACTION_END_IMMEDIATELY); in testCached()
DDeviceAtomTestCase.java216 protected void executeBackgroundService(String actionValue) throws Exception { in executeBackgroundService() method in DeviceAtomTestCase
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/
DDeviceUtils.java395 public static void executeBackgroundService(ITestDevice device, String actionValue) in executeBackgroundService() method