Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DDeviceSuspendTestActivity.java87 startForegroundService(new Intent(this, DeviceSuspendTestService.class)); in activitySetUp()
108 stopService(new Intent(this, DeviceSuspendTestService.class)); in activityCleanUp()
141 public static class DeviceSuspendTestService extends Service { class in DeviceSuspendTestActivity