Home
last modified time | relevance | path

Searched refs:service (Results 1 – 23 of 23) sorted by relevance

/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/
DBaseBindingActivity.java27 import com.android.tools.sdkcontroller.service.ControllerService;
28 import com.android.tools.sdkcontroller.service.ControllerService.ControllerBinder;
29 import com.android.tools.sdkcontroller.service.ControllerService.ControllerListener;
118 public void onServiceConnected(ComponentName name, IBinder service) { in bindToService()
120 mServiceBinder = (ControllerBinder) service; in bindToService()
140 Intent service = new Intent(this, ControllerService.class); in bindToService() local
141 startService(service); in bindToService()
142 bindService(service, in bindToService()
DMainActivity.java32 import com.android.tools.sdkcontroller.service.ControllerService;
33 import com.android.tools.sdkcontroller.service.ControllerService.ControllerBinder;
34 import com.android.tools.sdkcontroller.service.ControllerService.ControllerListener;
161 Intent service = new Intent(this, ControllerService.class); in stopService() local
164 stopService(service); in stopService()
DSensorActivity.java41 import com.android.tools.sdkcontroller.service.ControllerService.ControllerBinder;
42 import com.android.tools.sdkcontroller.service.ControllerService.ControllerListener;
DMultiTouchActivity.java36 import com.android.tools.sdkcontroller.service.ControllerService.ControllerBinder;
37 import com.android.tools.sdkcontroller.service.ControllerService.ControllerListener;
/sdk/apps/SdkController/
DImplementation.txt13 - A background service is started by the app. It handles the connection
18 - All the handlers are started when the service starts and shutdown with it.
38 - in onResume this will bind to the service, creating and starting it if necessary.
39 - in onPause, this will unbind from the service, but does not stop it.
42 must not attempt to use the service from onResume. Instead there are 2 callbacks to use:
46 When the activity is connected to the service, it can then use getServiceBinder()
47 to get an interface to talk to the service.
49 In the other direction, the activity provides a listener for the service to notify
DNOTICE152 names, trademarks, service marks, or product names of the Licensor,
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/handlers/
DMultiTouchChannel.java25 import com.android.tools.sdkcontroller.service.ControllerService;
57 public MultiTouchChannel(ControllerService service) { in MultiTouchChannel() argument
58 super(service, Channel.MULTITOUCH_CHANNEL); in MultiTouchChannel()
DSensorChannel.java34 import com.android.tools.sdkcontroller.service.ControllerService;
82 public SensorChannel(ControllerService service) { in SensorChannel() argument
83 super(service, Channel.SENSOR_CHANNEL); in SensorChannel()
84 mSenMan = (SensorManager) service.getSystemService(Context.SENSOR_SERVICE); in SensorChannel()
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
DConnection.java30 import com.android.tools.sdkcontroller.service.ControllerService;
104 public Connection(ControllerService service) { in Connection() argument
105 mService = service; in Connection()
DChannel.java22 import com.android.tools.sdkcontroller.service.ControllerService;
237 public Channel(ControllerService service, String name) { in Channel() argument
238 mService = service; in Channel()
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/service/
DControllerService.java17 package com.android.tools.sdkcontroller.service;
/sdk/avdlauncher/
DNOTICE152 names, trademarks, service marks, or product names of the Licensor,
/sdk/emulator/
DNOTICE152 names, trademarks, service marks, or product names of the Licensor,
/sdk/files/
DNOTICE152 names, trademarks, service marks, or product names of the Licensor,
/sdk/files/ant/
DNOTICE152 names, trademarks, service marks, or product names of the Licensor,
/sdk/annotations/
DNOTICE152 names, trademarks, service marks, or product names of the Licensor,
/sdk/apkbuilder/
DNOTICE152 names, trademarks, service marks, or product names of the Licensor,
/sdk/eventanalyzer/
DNOTICE152 names, trademarks, service marks, or product names of the Licensor,
/sdk/dumpeventlog/
DNOTICE152 names, trademarks, service marks, or product names of the Licensor,
/sdk/find_lock/
DNOTICE152 names, trademarks, service marks, or product names of the Licensor,
/sdk/find_java/
DNOTICE152 names, trademarks, service marks, or product names of the Licensor,
/sdk/templates/
DNOTICE152 names, trademarks, service marks, or product names of the Licensor,
/sdk/sdklauncher/
DNOTICE152 names, trademarks, service marks, or product names of the Licensor,