Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/UsbManagerTests/src/com/android/server/usbtest/
H A DUsbManagerApiTest.java68 mUsbManagerTestLib.testGetCurrentFunctionsEx(); in testUsbApi_GetCurrentFunctions_shouldNoSecurityException()
/aosp14/frameworks/base/tests/UsbTests/src/com/android/server/usb/
H A DUsbManagerNoPermTest.java71 mUsbManagerTestLib.testGetCurrentFunctionsEx(); in testUsbApi_GetCurrentFunctions_OnSecurityException()
/aosp14/frameworks/base/tests/UsbManagerTests/lib/src/com/android/server/usblib/
H A DUsbManagerTestLib.java111 public void testGetCurrentFunctionsEx() throws Exception { in testGetCurrentFunctionsEx() method in UsbManagerTestLib