HomeSort by relevance Sort by last modified time
    Searched defs:getDeviceName (Results 1 - 25 of 29) sorted by null

1 2

  /tools/motodev/src/plugins/android/src/com/motorola/studio/android/adt/
ISerialNumbered.java 45 String getDeviceName();
  /tools/motodev/src/plugins/handset/src/com/motorola/studio/android/handset/
AndroidHandsetInstance.java 52 * @see com.motorola.studio.android.adt.ISerialNumbered#getDeviceName()
54 public String getDeviceName()
  /frameworks/base/core/java/android/hardware/display/
WifiDisplay.java 75 public String getDeviceName() {
  /tools/motodev/src/plugins/remote.device/src/com/motorola/studio/android/remote/instance/
RemoteDeviceInstance.java 89 * @see com.motorola.studio.android.adt.ISerialNumbered#getDeviceName()
91 public String getDeviceName()
  /frameworks/base/core/java/android/hardware/usb/
UsbDevice.java 78 public String getDeviceName() {
218 public static String getDeviceName(int id) {
  /frameworks/base/media/java/android/mtp/
MtpDevice.java 59 boolean result = native_open(mDevice.getDeviceName(), connection.getFileDescriptor());
86 * This returns the same value as {@link android.hardware.usb.UsbDevice#getDeviceName}
91 public String getDeviceName() {
92 return mDevice.getDeviceName();
108 return mDevice.getDeviceName();
  /tools/motodev/src/plugins/remote.device/src/com/motorola/studio/android/remote/ui/wireless/
WirelessDeviceWizardPage.java 143 public String getDeviceName()
145 return composite != null ? composite.getDeviceName() : "";
WirelessWizard.java 162 public String getDeviceName()
164 return informationPage.getDeviceName();
WirelessPropertiesComposite.java 185 this.name = device.getDeviceName() + RemoteDeviceConstants.DEFAULT_WIRELESS_SUFIX;
364 || ((this.device != null) && (!this.device.getDeviceName().equals(
365 device.getDeviceName()))))
370 device.getDeviceName());
437 nameText.setText(matchedDevice.getDeviceName());
464 || ((this.device != null) && (!this.device.getDeviceName().equals(
465 device.getDeviceName()))))
498 public String getDeviceName()
  /frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
MtpClient.java 68 String deviceName = usbDevice.getDeviceName();
180 mDevices.put(usbDevice.getDeviceName(), mtpDevice);
243 return mDevices.get(UsbDevice.getDeviceName(id));
257 if (mDevices.get(usbDevice.getDeviceName()) == null) {
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
MtpClient.java 76 String deviceName = usbDevice.getDeviceName();
186 String deviceName = usbDevice.getDeviceName();
200 mDevices.put(usbDevice.getDeviceName(), mtpDevice);
269 return mDevices.get(UsbDevice.getDeviceName(id));
283 if (mDevices.get(usbDevice.getDeviceName()) == null) {
MtpDeviceSet.java 90 public static String getDeviceName(MtpContext mtpContext, int deviceId) {
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/avd/
AvdInfo.java 157 public String getDeviceName() {
  /frameworks/av/media/mtp/
MtpDevice.cpp 272 const char* MtpDevice::getDeviceName() {
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppManager.java 310 public String getDeviceName(BluetoothDevice device) {
448 + getDeviceName(mRemoteDevice));
467 + getDeviceName(mRemoteDevice));
  /sdk/ddms/app/src/com/android/ddms/
StaticPortConfigDialog.java 193 String oldDeviceName = getDeviceName(index);
318 private String getDeviceName(int index) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/
StaticPortConfigDialog.java 194 String oldDeviceName = getDeviceName(index);
319 private String getDeviceName(int index) {
  /tools/motodev/src/plugins/emulator/src/com/motorola/studio/android/emulator/device/instance/
AndroidDeviceInstance.java 679 * @see com.motorola.studio.android.adt.ISerialNumbered#getDeviceName()
681 public String getDeviceName()
  /frameworks/base/media/java/android/media/
AudioSystem.java 305 public static String getDeviceName(int device)
  /frameworks/base/services/java/com/android/server/usb/
UsbSettingsManager.java 627 mDevicePermissionMap.remove(device.getDeviceName());
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pService.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationChooser.java 396 public String getDeviceName() {
    [all...]
  /frameworks/base/services/input/
InputReader.h 915 inline const String8 getDeviceName() { return mDevice->getName(); }
    [all...]
  /tools/build/builder/prebuilts/
sdklib.jar 
  /prebuilts/sdk/12/
android.jar 

Completed in 596 milliseconds

1 2