/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/ |
D | BaseBindingActivity.java | 27 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()
|
D | MainActivity.java | 32 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()
|
D | SensorActivity.java | 41 import com.android.tools.sdkcontroller.service.ControllerService.ControllerBinder; 42 import com.android.tools.sdkcontroller.service.ControllerService.ControllerListener;
|
D | MultiTouchActivity.java | 36 import com.android.tools.sdkcontroller.service.ControllerService.ControllerBinder; 37 import com.android.tools.sdkcontroller.service.ControllerService.ControllerListener;
|
/sdk/apps/SdkController/ |
D | Implementation.txt | 13 - 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
|
D | NOTICE | 152 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/ |
D | LayoutWindowCoordinator.java | 105 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()
|
D | PaletteControl.java | 577 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/ |
D | MultiTouchChannel.java | 25 import com.android.tools.sdkcontroller.service.ControllerService; 57 public MultiTouchChannel(ControllerService service) { in MultiTouchChannel() argument 58 super(service, Channel.MULTITOUCH_CHANNEL); in MultiTouchChannel()
|
D | SensorChannel.java | 34 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/ |
D | Connection.java | 30 import com.android.tools.sdkcontroller.service.ControllerService; 104 public Connection(ControllerService service) { in Connection() argument 105 mService = service; in Connection()
|
D | Channel.java | 22 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.sh | 38 icon S blue service
|
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/service/ |
D | ControllerService.java | 17 package com.android.tools.sdkcontroller.service;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ |
D | MonitorApplication.java | 34 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/ |
D | XmlPropertyEditor.java | 215 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/ |
D | AdtStartup.java | 39 import org.eclipse.osgi.service.datalocation.Location;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
D | LayoutEditorDelegate.java | 630 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/ |
D | UiElementNode.java | 1173 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/ |
D | GLTraceOptionsDialog.java | 43 import org.osgi.service.prefs.BackingStoreException;
|
/sdk/files/ |
D | NOTICE | 152 names, trademarks, service marks, or product names of the Licensor,
|
/sdk/find_lock/ |
D | NOTICE | 152 names, trademarks, service marks, or product names of the Licensor,
|
/sdk/avdlauncher/ |
D | NOTICE | 152 names, trademarks, service marks, or product names of the Licensor,
|
/sdk/emulator/mksdcard/ |
D | NOTICE | 152 names, trademarks, service marks, or product names of the Licensor,
|
/sdk/eventanalyzer/ |
D | NOTICE | 152 names, trademarks, service marks, or product names of the Licensor,
|