Home
last modified time | relevance | path

Searched refs:testGetCurrentFunctionsSysEx (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/tests/UsbManagerTests/src/com/android/server/usbtest/
H A DUsbManagerApiTest.java50 mUsbManagerTestLib.testGetCurrentFunctionsSysEx(); in testUsbApi_GetCurrentFunctionsSys_shouldNoSecurityException()
/aosp12/frameworks/base/tests/UsbTests/src/com/android/server/usb/
H A DUsbManagerNoPermTest.java52 mUsbManagerTestLib.testGetCurrentFunctionsSysEx(); in testUsbApi_GetCurrentFunctionsSys_OnSecurityException()
/aosp12/frameworks/base/tests/UsbManagerTests/lib/src/com/android/server/usblib/
H A DUsbManagerTestLib.java94 public void testGetCurrentFunctionsSysEx() throws Exception { in testGetCurrentFunctionsSysEx() method in UsbManagerTestLib