Home
last modified time | relevance | path

Searched defs:ServiceController (Results 1 – 1 of 1) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/controller/
DServiceController.java16 public class ServiceController<T extends Service> extends ComponentController<ServiceController<T>,… class
24 private ServiceController(T service, Intent intent) { in ServiceController() method in ServiceController