Searched refs:DeviceSuspendTestService (Results 1 – 1 of 1) sorted by relevance
87 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