Home
last modified time | relevance | path

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

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