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

/frameworks/base/tests/UsbHostExternalManagmentTest/UsbHostExternalManagmentTestApp/src/com/android/hardware/usb/externalmanagementtest/
H A DUsbUtil.java70 public static boolean isDevicesMatching(UsbDevice l, UsbDevice r) { method in class:UsbUtil
81 if (isDevicesMatching(dev, device)) {
H A DUsbHostManagementActivity.java203 if (mUsbDevice != null && UsbUtil.isDevicesMatching(mUsbDevice, device)) {
H A DUsbDeviceStateController.java223 if (UsbUtil.isDevicesMatching(device, removed)) {
/frameworks/base/tests/UsbHostExternalManagmentTest/AoapTestHost/src/com/android/hardware/usb/aoaphosttest/
H A DUsbAoapHostTestActivity.java91 private static boolean isDevicesMatching(UsbDevice l, UsbDevice r) { method in class:UsbAoapHostTestActivity
159 if (isDevicesMatching(mUsbDevice, device)) {

Completed in 559 milliseconds