Home
last modified time | relevance | path

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

12

/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/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DLayoutWindowCoordinator.java105 IPartService service = window.getPartService(); in get() local
106 if (service != null) { in get()
108 service.addPartListener(coordinator); in get()
121 IPartService service = mWindow.getPartService(); in dispose() local
122 if (service != null) { in dispose()
123 service.removePartListener(this); in dispose()
DPaletteControl.java577 CustomViewDescriptorService service = CustomViewDescriptorService.getInstance(); in addCustomItems() local
578 ViewElementDescriptor desc = service.getDescriptor(mEditor.getProject(), fqcn); in addCustomItems()
/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/eclipse/scripts/
D_mk_icons.sh38 icon S blue service
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/service/
DControllerService.java17 package com.android.tools.sdkcontroller.service;
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
DMonitorApplication.java34 import org.eclipse.osgi.service.datalocation.Location;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
DXmlPropertyEditor.java215 RenderService service = RenderService.create(graphicalEditor); in paint() local
216 service.setOverrideRenderSize(SAMPLE_SIZE, SAMPLE_SIZE); in paint()
217 BufferedImage drawable = service.renderDrawable(resValue); in paint()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
DAdtStartup.java39 import org.eclipse.osgi.service.datalocation.Location;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
DLayoutEditorDelegate.java630 ISelectionService service = window.getSelectionService(); in updateOutline() local
631 service.addPostSelectionListener(new ISelectionListener() { in updateOutline()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
DUiElementNode.java1173 CustomViewDescriptorService service = CustomViewDescriptorService.getInstance(); in updateElementList() local
1183 desc = service.getDescriptor(editor.getProject(), elementName); in updateElementList()
1249 desc = service.getDescriptor(editor.getProject(), elementName); in updateElementList()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLTraceOptionsDialog.java43 import org.osgi.service.prefs.BackingStoreException;
/sdk/files/
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/avdlauncher/
DNOTICE152 names, trademarks, service marks, or product names of the Licensor,
/sdk/emulator/mksdcard/
DNOTICE152 names, trademarks, service marks, or product names of the Licensor,
/sdk/eventanalyzer/
DNOTICE152 names, trademarks, service marks, or product names of the Licensor,

12