Searched defs:service (Results 1 – 6 of 6) sorted by relevance
140 Intent service = new Intent(this, ControllerService.class); in bindToService() local
161 Intent service = new Intent(this, ControllerService.class); in stopService() local
57 public MultiTouchChannel(ControllerService service) { in MultiTouchChannel()
82 public SensorChannel(ControllerService service) { in SensorChannel()
104 public Connection(ControllerService service) { in Connection()
237 public Channel(ControllerService service, String name) { in Channel()