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

/frameworks/testing/uiautomator/samples/SkeletonTest/src/com/android/uiautomator/samples/skeleton/
H A DDemoTestCase.java31 status.putString("product", getUiDevice().getProductName());
/frameworks/base/core/java/android/hardware/usb/
H A DUsbDevice.java101 public String getProductName() { method in class:UsbDevice
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbSettingsManager.java139 mProductName = device.getProductName();
237 if (mProductName != null && device.getProductName() == null) return false;
241 if (mProductName != null && device.getProductName() != null &&
242 !mProductName.equals(device.getProductName())) return false;
333 (mProductName != null && device.getProductName() == null) ||
334 (mProductName == null && device.getProductName() != null) ||
341 (device.getProductName() != null &&
342 !mProductName.equals(device.getProductName())) ||
/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiDevice.java151 public String getProductName() { method in class:UiDevice

Completed in 88 milliseconds