Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tests/UsbManagerTests/lib/src/com/android/server/usblib/
H A DUsbManagerTestLib.java74 private void testGetCurrentFunctionsMock_Matched(long functions) { in testGetCurrentFunctionsMock_Matched() method in UsbManagerTestLib
115 testGetCurrentFunctionsMock_Matched(UsbManager.FUNCTION_NONE); in testGetCurrentFunctions_shouldMatched()
116 testGetCurrentFunctionsMock_Matched(UsbManager.FUNCTION_MTP); in testGetCurrentFunctions_shouldMatched()
117 testGetCurrentFunctionsMock_Matched(UsbManager.FUNCTION_PTP); in testGetCurrentFunctions_shouldMatched()
118 testGetCurrentFunctionsMock_Matched(UsbManager.FUNCTION_MIDI); in testGetCurrentFunctions_shouldMatched()
119 testGetCurrentFunctionsMock_Matched(UsbManager.FUNCTION_RNDIS); in testGetCurrentFunctions_shouldMatched()