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 DScanFilter.java211 public String getDeviceName() { method in class:ScanFilter
290 if (mDeviceName != null && !mDeviceName.equals(scanRecord.getDeviceName())) {
H A DScanRecord.java139 public String getDeviceName() { method in class:ScanRecord
/frameworks/base/core/java/android/hardware/usb/
H A DUsbDevice.java83 public String getDeviceName() { method in class:UsbDevice
319 public static String getDeviceName(int id) { method in class:UsbDevice
/frameworks/base/media/java/android/mtp/
H A DMtpDevice.java57 boolean result = native_open(mDevice.getDeviceName(), connection.getFileDescriptor());
84 * This returns the same value as {@link android.hardware.usb.UsbDevice#getDeviceName}
89 public String getDeviceName() { method in class:MtpDevice
90 return mDevice.getDeviceName();
106 return mDevice.getDeviceName();
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DCastTile.java102 state.label = getDeviceName(device);
124 private String getDeviceName(CastDevice device) { method in class:CastTile
202 item.line1 = getDeviceName(device);
222 item.line1 = getDeviceName(device);
/frameworks/av/media/mtp/
H A DMtpDevice.cpp272 const char* MtpDevice::getDeviceName() { function in class:android::MtpDevice
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DWifiP2pServiceImpl.java1760 getDeviceName(mSavedPeerConfig.deviceAddress)))
2281 addRowToDialog(group, R.string.wifi_p2p_to_message, getDeviceName(peerAddress));
2300 addRowToDialog(group, R.string.wifi_p2p_from_message, getDeviceName(
2643 private String getDeviceName(String deviceAddress) { method in class:WifiP2pServiceImpl.P2pStateMachine
/frameworks/native/services/inputflinger/
H A DInputReader.h954 inline const String8 getDeviceName() { return mDevice->getName(); } function in class:android::InputMapper

Completed in 1020 milliseconds