Searched defs:ServiceController (Results 1 – 1 of 1) sorted by relevance
16 public class ServiceController<T extends Service> extends ComponentController<ServiceController<T>,… class24 private ServiceController(T service, Intent intent) { in ServiceController() method in ServiceController