Searched defs:getDeviceName (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/java/android/hardware/display/
H A DWifiDisplay.java86 public String getDeviceName() { method in class:WifiDisplay
/frameworks/base/core/java/android/bluetooth/le/
H A DScanRecord.java139 public String getDeviceName() { method in class:ScanRecord
H A DScanFilter.java213 public String getDeviceName() { method in class:ScanFilter
292 if (mDeviceName != null && !mDeviceName.equals(scanRecord.getDeviceName())) {
/frameworks/base/core/java/android/hardware/usb/
H A DUsbDevice.java86 public String getDeviceName() { method in class:UsbDevice
333 public static String getDeviceName(int id) { method in class:UsbDevice
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DCastTile.java127 state.label = getDeviceName(device);
160 private String getDeviceName(CastDevice device) { method in class:CastTile
243 item.line1 = getDeviceName(device);
263 item.line1 = getDeviceName(device);
/frameworks/base/media/java/android/mtp/
H A DMtpDevice.java65 boolean result = native_open(mDevice.getDeviceName(), connection.getFileDescriptor());
92 * This returns the same value as {@link android.hardware.usb.UsbDevice#getDeviceName}
97 public String getDeviceName() { method in class:MtpDevice
98 return mDevice.getDeviceName();
114 return mDevice.getDeviceName();
/frameworks/av/media/mtp/
H A DMtpDevice.cpp307 const char* MtpDevice::getDeviceName() { function in class:android::MtpDevice
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DWifiP2pServiceImpl.java1852 getDeviceName(mSavedPeerConfig.deviceAddress)))
2383 addRowToDialog(group, R.string.wifi_p2p_to_message, getDeviceName(peerAddress));
2405 addRowToDialog(group, R.string.wifi_p2p_from_message, getDeviceName(
2751 private String getDeviceName(String deviceAddress) { method in class:WifiP2pServiceImpl.P2pStateMachine
/frameworks/native/services/inputflinger/
H A DInputReader.h1015 inline const String8 getDeviceName() { return mDevice->getName(); } function in class:android::InputMapper

Completed in 1138 milliseconds