Home
last modified time | relevance | path

Searched refs:getDeviceName (Results 1 – 23 of 23) sorted by relevance

/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
DCameraBrowser.java119 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()
DMtpClient.java68 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()
DDeviceDisconnectedReceiver.java46 String deviceName = device.getDeviceName(); in onReceive()
/frameworks/base/media/java/android/mtp/
DMtpDevice.java90 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/
DUsbPermissionManager.java88 mDevicePermissionMap.remove(device.getDeviceName()); in removeDevicePermissions()
100 String deviceName = device.getDeviceName(); in grantDevicePermission()
139 SparseBooleanArray uidList = mDevicePermissionMap.get(device.getDeviceName()); in hasPermission()
DUsbAlsaDevice.java265 synchronized String getDeviceName() { in getDeviceName() method in UsbAlsaDevice
DUsbUserSettingsManager.java177 + " permission to access device " + device.getDeviceName()); in checkPermission()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DCastTile.java193 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/
DScanRecordTest.java53 assertEquals("Ped", data.getDeviceName()); in testParser()
/frameworks/base/core/java/android/hardware/usb/
DUsbDevice.java102 public @NonNull String getDeviceName() { in getDeviceName() method in UsbDevice
352 public static String getDeviceName(int id) { in getDeviceName() method in UsbDevice
DUsbManager.java429 String deviceName = device.getDeviceName(); in openDevice()
/frameworks/base/core/java/android/hardware/display/
DWifiDisplay.java89 public String getDeviceName() { in getDeviceName() method in WifiDisplay
/frameworks/base/services/core/java/com/android/server/display/
DWifiDisplayAdapter.java252 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()
DPersistentDataStore.java176 return new WifiDisplay(display.getDeviceAddress(), display.getDeviceName(), in applyWifiDisplayAlias()
432 serializer.attribute(null, ATTR_DEVICE_NAME, display.getDeviceName()); in saveToXml()
/frameworks/av/media/mtp/
DMtpDevice.h94 const char* getDeviceName();
DMtpDevice.cpp322 const char* MtpDevice::getDeviceName() { in getDeviceName() function in android::MtpDevice
/frameworks/base/core/java/android/bluetooth/le/
DScanFilter.java245 public String getDeviceName() { in getDeviceName() method in ScanFilter
340 if (mDeviceName != null && !mDeviceName.equals(scanRecord.getDeviceName())) { in matches()
DScanRecord.java160 public String getDeviceName() { in getDeviceName() method in ScanRecord
/frameworks/base/core/java/com/android/internal/usb/
DDumpUtils.java69 dump.write("name", UsbDeviceProto.NAME, device.getDeviceName()); in writeDevice()
/frameworks/native/services/inputflinger/
DInputReader.cpp2411 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 …]
DInputReader.h753 inline const std::string getDeviceName() { return mDevice->getName(); } in getDeviceName() function
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java2470 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/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...