/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/media/java/android/mtp/ |
D | MtpDevice.java | 90 result = native_open(mDevice.getDeviceName(), connection.getFileDescriptor()); in open() 143 public @NonNull String getDeviceName() { in getDeviceName() method in MtpDevice 144 return mDevice.getDeviceName(); in getDeviceName() 160 return mDevice.getDeviceName(); in toString()
|
/frameworks/base/services/usb/java/com/android/server/usb/ |
D | UsbPermissionManager.java | 88 mDevicePermissionMap.remove(device.getDeviceName()); in removeDevicePermissions() 100 String deviceName = device.getDeviceName(); in grantDevicePermission() 139 SparseBooleanArray uidList = mDevicePermissionMap.get(device.getDeviceName()); in hasPermission()
|
D | UsbAlsaDevice.java | 265 synchronized String getDeviceName() { in getDeviceName() method in UsbAlsaDevice
|
D | UsbUserSettingsManager.java | 177 + " permission to access device " + device.getDeviceName()); in checkPermission()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
D | CastTile.java | 193 state.secondaryLabel = getDeviceName(device); in handleUpdateState() 239 private String getDeviceName(CastDevice device) { in getDeviceName() method in CastTile 338 item.line1 = getDeviceName(device); in updateItems() 358 item.line1 = getDeviceName(device); in updateItems()
|
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/le/ |
D | ScanRecordTest.java | 53 assertEquals("Ped", data.getDeviceName()); in testParser()
|
/frameworks/base/core/java/android/hardware/usb/ |
D | UsbDevice.java | 102 public @NonNull String getDeviceName() { in getDeviceName() method in UsbDevice 352 public static String getDeviceName(int id) { in getDeviceName() method in UsbDevice
|
D | UsbManager.java | 429 String deviceName = device.getDeviceName(); in openDevice()
|
/frameworks/base/core/java/android/hardware/display/ |
D | WifiDisplay.java | 89 public String getDeviceName() { in getDeviceName() method in WifiDisplay
|
/frameworks/base/services/core/java/com/android/server/display/ |
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()
|
D | PersistentDataStore.java | 176 return new WifiDisplay(display.getDeviceAddress(), display.getDeviceName(), in applyWifiDisplayAlias() 432 serializer.attribute(null, ATTR_DEVICE_NAME, display.getDeviceName()); in saveToXml()
|
/frameworks/av/media/mtp/ |
D | MtpDevice.h | 94 const char* getDeviceName();
|
D | MtpDevice.cpp | 322 const char* MtpDevice::getDeviceName() { in getDeviceName() function in android::MtpDevice
|
/frameworks/base/core/java/android/bluetooth/le/ |
D | ScanFilter.java | 245 public String getDeviceName() { in getDeviceName() method in ScanFilter 340 if (mDeviceName != null && !mDeviceName.equals(scanRecord.getDeviceName())) { in matches()
|
D | ScanRecord.java | 160 public String getDeviceName() { in getDeviceName() method in ScanRecord
|
/frameworks/base/core/java/com/android/internal/usb/ |
D | DumpUtils.java | 69 dump.write("name", UsbDeviceProto.NAME, device.getDeviceName()); in writeDevice()
|
/frameworks/native/services/inputflinger/ |
D | InputReader.cpp | 2411 getDeviceName().c_str(), keyCode, scanCode); in processKey() 3467 getDeviceName().c_str(), *displayPort); in findViewport() 3488 getDeviceName().c_str()); in findViewport() 3537 "The device will be inoperable.", getDeviceName().c_str()); in configureSurface() 3548 getDeviceName().c_str()); in configureSurface() 3662 getDeviceId(), getDeviceName().c_str(), mSurfaceWidth, mSurfaceHeight, in configureSurface() 6964 getDeviceName().c_str(), MAX_POINTERS); in syncTouch() 7055 getDeviceName().c_str(), slotCount, MAX_SLOTS); in configureRawPointerAxes() 7298 getDeviceName().c_str(), mAxes.size(), PointerCoords::MAX_AXES); in configure() 7320 getDeviceName().c_str(), mAxes.keyAt(i)); in configure() [all …]
|
D | InputReader.h | 753 inline const std::string getDeviceName() { return mDevice->getName(); } in getDeviceName() function
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/ |
D | WifiP2pServiceImpl.java | 2470 getDeviceName(mSavedPeerConfig.deviceAddress))) in notifyFrequencyConflict() 3095 addRowToDialog(group, R.string.wifi_p2p_to_message, getDeviceName(peerAddress)); in notifyInvitationSent() 3117 addRowToDialog(group, R.string.wifi_p2p_to_message, getDeviceName(peerAddress)); in notifyP2pProvDiscShowPinRequest() 3144 addRowToDialog(group, R.string.wifi_p2p_from_message, getDeviceName( in notifyInvitationReceived() 3594 private String getDeviceName(String deviceAddress) { in getDeviceName() method in WifiP2pServiceImpl.P2pStateMachine
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |