Home
last modified time | relevance | path

Searched defs:isDevicesMatching (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/tests/UsbHostExternalManagmentTest/UsbHostExternalManagmentTestApp/src/com/android/hardware/usb/externalmanagementtest/
H A DUsbUtil.java70 public static boolean isDevicesMatching(UsbDevice l, UsbDevice r) { in isDevicesMatching() method in UsbUtil
/aosp12/packages/services/Car/car-usb-handler/src/android/car/usb/handler/
H A DUsbUtil.java79 public static boolean isDevicesMatching(UsbDevice l, UsbDevice r) { in isDevicesMatching() method in UsbUtil
/aosp12/packages/services/Car/tests/usb/AoapHostApp/src/com/google/android/car/usb/aoap/host/
H A DUsbAoapHostActivity.java136 private static boolean isDevicesMatching(UsbDevice l, UsbDevice r) { in isDevicesMatching() method in UsbAoapHostActivity
/aosp12/frameworks/base/tests/UsbHostExternalManagmentTest/AoapTestHost/src/com/android/hardware/usb/aoaphosttest/
H A DUsbAoapHostTestActivity.java91 private static boolean isDevicesMatching(UsbDevice l, UsbDevice r) { in isDevicesMatching() method in UsbAoapHostTestActivity