Searched refs:getProductName (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/tests/UsbHostExternalManagmentTest/UsbHostExternalManagmentTestApp/src/com/android/hardware/usb/externalmanagementtest/
H A DUsbUtil.java63 TextUtils.equals(l.getProductName(), r.getProductName()) &&
/frameworks/base/services/usb/java/com/android/server/usb/
H A DMtpNotificationManager.java79 device.getProductName());
H A DUsbAlsaManager.java363 + " nm:" + usbDevice.getProductName());
417 String product = usbDevice.getProductName();
454 " " + usbDevice.getProductName());
H A DUsbProfileGroupSettingsManager.java201 mProductName = device.getProductName();
299 if (mProductName != null && device.getProductName() == null) return false;
303 if (mProductName != null && device.getProductName() != null &&
304 !mProductName.equals(device.getProductName())) return false;
406 (mProductName != null && device.getProductName() == null) ||
407 (mProductName == null && device.getProductName() != null) ||
414 (device.getProductName() != null &&
415 !mProductName.equals(device.getProductName())) ||
/frameworks/base/core/java/android/hardware/usb/
H A DUsbDevice.java109 public @Nullable String getProductName() { method in class:UsbDevice
/frameworks/base/media/java/android/media/
H A DAudioDeviceInfo.java139 public CharSequence getProductName() { method in class:AudioDeviceInfo
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DMtpManager.java269 final String name = device.getProductName();
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiDevice.java154 public String getProductName() { method in class:UiDevice

Completed in 262 milliseconds