Home
last modified time | relevance | path

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

/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/perf/
DProcStatsTests.java89 DeviceUtils.executeBackgroundService(getDevice(), ACTION_END_IMMEDIATELY); in testCachedState()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/statsd/
DProcStateAtomTests.java193 DeviceUtils.executeBackgroundService(getDevice(), ACTION_BACKGROUND_SLEEP); in testBackground()
267 DeviceUtils.executeBackgroundService(getDevice(), ACTION_END_IMMEDIATELY); in testCached()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/appstart/
DAppStartStatsTests.java92 DeviceUtils.executeBackgroundService(getDevice(), "action.end_immediately"); in testAppStartOccurredWarm()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/
DDeviceUtils.java486 public static void executeBackgroundService(ITestDevice device, String testPackage, in executeBackgroundService() method
496 public static void executeBackgroundService(ITestDevice device, String actionValue) in executeBackgroundService() method