/frameworks/base/media/java/android/mtp/ |
D | MtpDevice.java | 57 boolean result = native_open(mDevice.getDeviceName(), connection.getFileDescriptor()); in open() 89 public String getDeviceName() { in getDeviceName() method in MtpDevice 90 return mDevice.getDeviceName(); in getDeviceName() 106 return mDevice.getDeviceName(); in toString()
|
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/ |
D | CameraBrowser.java | 119 intent.putExtra("device", mDeviceList.get(position).getDeviceName()); in onListItemClick() 128 Log.d(TAG, "deviceAdded: " + device.getDeviceName()); in deviceAdded() 134 Log.d(TAG, "deviceRemoved: " + device.getDeviceName()); in deviceRemoved()
|
D | MtpClient.java | 68 String deviceName = usbDevice.getDeviceName(); 180 mDevices.put(usbDevice.getDeviceName(), mtpDevice); in openDeviceLocked() 243 return mDevices.get(UsbDevice.getDeviceName(id)); in getDevice() 257 if (mDevices.get(usbDevice.getDeviceName()) == null) { in getDeviceList()
|
D | DeviceDisconnectedReceiver.java | 46 String deviceName = device.getDeviceName(); in onReceive()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
D | CastTile.java | 102 state.label = getDeviceName(device); in handleUpdateState() 124 private String getDeviceName(CastDevice device) { in getDeviceName() method in CastTile 202 item.line1 = getDeviceName(device); in updateItems() 222 item.line1 = getDeviceName(device); in updateItems()
|
/frameworks/base/core/java/android/hardware/usb/ |
D | UsbDevice.java | 83 public String getDeviceName() { in getDeviceName() method in UsbDevice 319 public static String getDeviceName(int id) { in getDeviceName() method in UsbDevice
|
D | UsbManager.java | 264 String deviceName = device.getDeviceName(); in openDevice()
|
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/le/ |
D | ScanRecordTest.java | 53 assertEquals("Ped", data.getDeviceName()); in testParser()
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | PersistentDataStore.java | 108 return new WifiDisplay(display.getDeviceAddress(), display.getDeviceName(), in applyWifiDisplayAlias() 277 serializer.attribute(null, "deviceName", display.getDeviceName()); in saveToXml()
|
D | WifiDisplayAdapter.java | 252 display = new WifiDisplay(address, display.getDeviceName(), alias, in requestRenameLocked() 308 displays.add(new WifiDisplay(d.getDeviceAddress(), d.getDeviceName(), in updateDisplaysLocked() 314 displays.add(new WifiDisplay(d.getDeviceAddress(), d.getDeviceName(), in updateDisplaysLocked()
|
/frameworks/av/media/mtp/ |
D | MtpDevice.h | 75 const char* getDeviceName();
|
D | MtpDevice.cpp | 272 const char* MtpDevice::getDeviceName() { in getDeviceName() function in android::MtpDevice
|
/frameworks/base/core/java/android/hardware/display/ |
D | WifiDisplay.java | 86 public String getDeviceName() { in getDeviceName() method in WifiDisplay
|
/frameworks/base/core/java/android/bluetooth/le/ |
D | ScanFilter.java | 211 public String getDeviceName() { in getDeviceName() method in ScanFilter 290 if (mDeviceName != null && !mDeviceName.equals(scanRecord.getDeviceName())) { in matches()
|
D | ScanRecord.java | 139 public String getDeviceName() { in getDeviceName() method in ScanRecord
|
/frameworks/base/services/usb/java/com/android/server/usb/ |
D | UsbAudioManager.java | 194 pw.println(" " + device.getDeviceName() + ": " + mAudioDevices.get(device)); in dump()
|
D | UsbHostManager.java | 222 mDevices.put(mNewDevice.getDeviceName(), mNewDevice); in endUsbDeviceAdded()
|
D | UsbSettingsManager.java | 749 mDevicePermissionMap.remove(device.getDeviceName()); in deviceDetached() 989 SparseBooleanArray uidList = mDevicePermissionMap.get(device.getDeviceName()); in hasPermission() 1130 String deviceName = device.getDeviceName(); in grantDevicePermission()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/ |
D | WifiP2pServiceImpl.java | 1760 getDeviceName(mSavedPeerConfig.deviceAddress))) in notifyFrequencyConflict() 2281 addRowToDialog(group, R.string.wifi_p2p_to_message, getDeviceName(peerAddress)); in notifyInvitationSent() 2300 addRowToDialog(group, R.string.wifi_p2p_from_message, getDeviceName( in notifyInvitationReceived() 2643 private String getDeviceName(String deviceAddress) { in getDeviceName() method in WifiP2pServiceImpl.P2pStateMachine
|
/frameworks/native/services/inputflinger/ |
D | InputReader.cpp | 2156 getDeviceName().string(), keyCode, scanCode); in processKey() 2963 "The device will be inoperable.", getDeviceName().string()); in configureSurface() 2979 getDeviceName().string()); in configureSurface() 3075 getDeviceId(), getDeviceName().string(), mSurfaceWidth, mSurfaceHeight, in configureSurface() 6093 getDeviceName().string(), MAX_POINTERS); in syncTouch() 6184 getDeviceName().string(), slotCount, MAX_SLOTS); in configureRawPointerAxes() 6356 getDeviceName().string(), mAxes.size(), PointerCoords::MAX_AXES); in configure() 6378 getDeviceName().string(), mAxes.keyAt(i)); in configure() 6407 getDeviceName().string(), mAxes.keyAt(i)); in pruneAxes()
|
D | InputReader.h | 954 inline const String8 getDeviceName() { return mDevice->getName(); } in getDeviceName() function
|
/frameworks/base/docs/html/sdk/api_diff/preview-21/ |
D | missingSinces.txt | 229 NO DOC BLOCK: android.bluetooth.le.ScanFilter Method getDeviceName() 230 NO DOC BLOCK: android.bluetooth.le.ScanRecord Method getDeviceName()
|
/frameworks/base/api/ |
D | system-current.txt | 6830 method public java.lang.String getDeviceName(); 6860 method public java.lang.String getDeviceName(); 14028 method public java.lang.String getDeviceName(); 14029 method public static java.lang.String getDeviceName(int); 18117 method public java.lang.String getDeviceName();
|
D | current.txt | 6605 method public java.lang.String getDeviceName(); 6635 method public java.lang.String getDeviceName(); 13308 method public java.lang.String getDeviceName(); 13309 method public static java.lang.String getDeviceName(int); 16858 method public java.lang.String getDeviceName();
|