Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/UsbManagerTests/src/com/android/server/usbtest/
H A DUsbManagerApiTest.java59 mUsbManagerTestLib.testSetCurrentFunctionsSysEx(UsbManager.FUNCTION_NONE); in testUsbApi_SetCurrentFunctionsSys_shouldNoSecurityException()
/aosp14/frameworks/base/tests/UsbTests/src/com/android/server/usb/
H A DUsbManagerNoPermTest.java61 mUsbManagerTestLib.testSetCurrentFunctionsSysEx(UsbManager.FUNCTION_NONE); in testUsbApi_SetCurrentFunctionsSys_OnSecurityException()
/aosp14/frameworks/base/tests/UsbManagerTests/lib/src/com/android/server/usblib/
H A DUsbManagerTestLib.java107 public void testSetCurrentFunctionsSysEx(long functions) throws Exception { in testSetCurrentFunctionsSysEx() method in UsbManagerTestLib