Home
last modified time | relevance | path

Searched refs:mUsbManagerTestLib (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tests/UsbManagerTests/src/com/android/server/usbtest/
DUsbManagerApiTest.java41 private final UsbManagerTestLib mUsbManagerTestLib = field in UsbManagerApiTest
50 mUsbManagerTestLib.testGetCurrentFunctionsSysEx(); in testUsbApi_GetCurrentFunctionsSys_shouldNoSecurityException()
59 mUsbManagerTestLib.testSetCurrentFunctionsSysEx(UsbManager.FUNCTION_NONE); in testUsbApi_SetCurrentFunctionsSys_shouldNoSecurityException()
68 mUsbManagerTestLib.testGetCurrentFunctionsEx(); in testUsbApi_GetCurrentFunctions_shouldNoSecurityException()
77 mUsbManagerTestLib.testSetCurrentFunctionsEx(UsbManager.FUNCTION_NONE); in testUsbApi_SetCurrentFunctions_shouldNoSecurityException()
85 mUsbManagerTestLib.testGetCurrentFunctions_shouldMatched(); in testUsbApi_GetCurrentFunctions_shouldMatched()
93 mUsbManagerTestLib.testSetCurrentFunctions_shouldMatched(); in testUsbApi_SetCurrentFunctions_shouldMatched()
/frameworks/base/tests/UsbTests/src/com/android/server/usb/
DUsbManagerNoPermTest.java43 private final UsbManagerTestLib mUsbManagerTestLib = field in UsbManagerNoPermTest
52 mUsbManagerTestLib.testGetCurrentFunctionsSysEx(); in testUsbApi_GetCurrentFunctionsSys_OnSecurityException()
61 mUsbManagerTestLib.testSetCurrentFunctionsSysEx(UsbManager.FUNCTION_NONE); in testUsbApi_SetCurrentFunctionsSys_OnSecurityException()
71 mUsbManagerTestLib.testGetCurrentFunctionsEx(); in testUsbApi_GetCurrentFunctions_OnSecurityException()
81 mUsbManagerTestLib.testSetCurrentFunctionsEx(UsbManager.FUNCTION_NONE); in testUsbApi_SetCurrentFunctions_OnSecurityException()