Searched refs:getDeviceName (Results 1 - 22 of 22) sorted by relevance

/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
H A DDeviceDisconnectedReceiver.java46 String deviceName = device.getDeviceName();
H A DCameraBrowser.java119 intent.putExtra("device", mDeviceList.get(position).getDeviceName());
128 Log.d(TAG, "deviceAdded: " + device.getDeviceName());
134 Log.d(TAG, "deviceRemoved: " + device.getDeviceName());
H A DMtpClient.java68 String deviceName = usbDevice.getDeviceName();
180 mDevices.put(usbDevice.getDeviceName(), mtpDevice);
243 return mDevices.get(UsbDevice.getDeviceName(id));
257 if (mDevices.get(usbDevice.getDeviceName()) == null) {
/frameworks/base/media/java/android/mtp/
H A DMtpDevice.java90 result = native_open(mDevice.getDeviceName(), connection.getFileDescriptor());
138 * This returns the same value as {@link android.hardware.usb.UsbDevice#getDeviceName}
143 public @NonNull String getDeviceName() { method in class:MtpDevice
144 return mDevice.getDeviceName();
160 return mDevice.getDeviceName();
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/le/
H A DScanRecordTest.java53 assertEquals("Ped", data.getDeviceName());
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbUserSettingsManager.java88 mDevicePermissionMap.remove(device.getDeviceName());
170 SparseBooleanArray uidList = mDevicePermissionMap.get(device.getDeviceName());
287 String deviceName = device.getDeviceName();
H A DUsbAlsaDevice.java265 synchronized String getDeviceName() { method in class:UsbAlsaDevice
/frameworks/base/core/java/android/hardware/display/
H A DWifiDisplay.java86 public String getDeviceName() { method in class:WifiDisplay
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DCastTile.java157 state.label = getDeviceName(device);
190 private String getDeviceName(CastDevice device) { method in class:CastTile
273 item.line1 = getDeviceName(device);
293 item.line1 = getDeviceName(device);
/frameworks/base/core/java/android/hardware/usb/
H A DUsbDevice.java91 public @NonNull String getDeviceName() { method in class:UsbDevice
338 public static String getDeviceName(int id) { method in class:UsbDevice
H A DUsbManager.java407 String deviceName = device.getDeviceName();
/frameworks/av/media/mtp/
H A DMtpDevice.h94 const char* getDeviceName();
H A DMtpDevice.cpp322 const char* MtpDevice::getDeviceName() { function in class:android::MtpDevice
/frameworks/base/services/core/java/com/android/server/display/
H A DWifiDisplayAdapter.java251 display = new WifiDisplay(address, display.getDeviceName(), alias,
307 displays.add(new WifiDisplay(d.getDeviceAddress(), d.getDeviceName(),
313 displays.add(new WifiDisplay(d.getDeviceAddress(), d.getDeviceName(),
H A DPersistentDataStore.java184 return new WifiDisplay(display.getDeviceAddress(), display.getDeviceName(),
440 serializer.attribute(null, ATTR_DEVICE_NAME, display.getDeviceName());
/frameworks/base/core/java/android/bluetooth/le/
H A DScanFilter.java217 public String getDeviceName() { method in class:ScanFilter
296 if (mDeviceName != null && !mDeviceName.equals(scanRecord.getDeviceName())) {
H A DScanRecord.java141 public String getDeviceName() { method in class:ScanRecord
/frameworks/base/core/java/com/android/internal/usb/
H A DDumpUtils.java69 dump.write("name", UsbDeviceProto.NAME, device.getDeviceName());
/frameworks/native/services/inputflinger/
H A DInputReader.cpp2464 getDeviceName().string(), keyCode, scanCode);
3508 "The device will be inoperable.", getDeviceName().string());
3538 getDeviceName().string());
3634 getDeviceId(), getDeviceName().string(), mSurfaceWidth, mSurfaceHeight,
6907 getDeviceName().string(), MAX_POINTERS);
6998 getDeviceName().string(), slotCount, MAX_SLOTS);
7241 getDeviceName().string(), mAxes.size(), PointerCoords::MAX_AXES);
7263 getDeviceName().string(), mAxes.keyAt(i));
7292 getDeviceName().string(), mAxes.keyAt(i));
H A DInputReader.h983 inline const String8 getDeviceName() { return mDevice->getName(); } function in class:android::InputMapper
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DWifiP2pServiceImpl.java2071 getDeviceName(mSavedPeerConfig.deviceAddress)))
2650 addRowToDialog(group, R.string.wifi_p2p_to_message, getDeviceName(peerAddress));
2675 addRowToDialog(group, R.string.wifi_p2p_to_message, getDeviceName(peerAddress));
2706 addRowToDialog(group, R.string.wifi_p2p_from_message, getDeviceName(
3016 private String getDeviceName(String deviceAddress) { method in class:WifiP2pServiceImpl.P2pStateMachine
/frameworks/base/config/
H A Dboot-image-profile.txt1430 HPLandroid/bluetooth/le/ScanFilter;->getDeviceName()Ljava/lang/String;
[all...]

Completed in 963 milliseconds