Home
last modified time | relevance | path

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

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