Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tests/UsbManagerTests/src/com/android/server/usbtest/
H A DUsbManagerApiTest.java77 mUsbManagerTestLib.testSetCurrentFunctionsEx(UsbManager.FUNCTION_NONE); in testUsbApi_SetCurrentFunctions_shouldNoSecurityException()
/aosp12/frameworks/base/tests/UsbTests/src/com/android/server/usb/
H A DUsbManagerNoPermTest.java81 mUsbManagerTestLib.testSetCurrentFunctionsEx(UsbManager.FUNCTION_NONE); in testUsbApi_SetCurrentFunctions_OnSecurityException()
/aosp12/frameworks/base/tests/UsbManagerTests/lib/src/com/android/server/usblib/
H A DUsbManagerTestLib.java108 public void testSetCurrentFunctionsEx(long functions) throws Exception { in testSetCurrentFunctionsEx() method in UsbManagerTestLib