Home
last modified time | relevance | path

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

/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/
DBaseBindingActivity.java140 Intent service = new Intent(this, ControllerService.class); in bindToService() local
DMainActivity.java161 Intent service = new Intent(this, ControllerService.class); in stopService() local
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/handlers/
DMultiTouchChannel.java57 public MultiTouchChannel(ControllerService service) { in MultiTouchChannel()
DSensorChannel.java82 public SensorChannel(ControllerService service) { in SensorChannel()
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
DConnection.java104 public Connection(ControllerService service) { in Connection()
DChannel.java237 public Channel(ControllerService service, String name) { in Channel()