Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/UsbManagerTests/lib/src/com/android/server/usblib/
H A DUsbManagerTestLib.java82 private void testGetCurrentFunctionsMock_Matched(long functions) { in testGetCurrentFunctionsMock_Matched() method in UsbManagerTestLib
125 testGetCurrentFunctionsMock_Matched(UsbManager.FUNCTION_NONE); in testGetCurrentFunctions_shouldMatched()
126 testGetCurrentFunctionsMock_Matched(UsbManager.FUNCTION_MTP); in testGetCurrentFunctions_shouldMatched()
127 testGetCurrentFunctionsMock_Matched(UsbManager.FUNCTION_PTP); in testGetCurrentFunctions_shouldMatched()
128 testGetCurrentFunctionsMock_Matched(UsbManager.FUNCTION_MIDI); in testGetCurrentFunctions_shouldMatched()
129 testGetCurrentFunctionsMock_Matched(UsbManager.FUNCTION_RNDIS); in testGetCurrentFunctions_shouldMatched()
130 testGetCurrentFunctionsMock_Matched(UsbManager.FUNCTION_NCM); in testGetCurrentFunctions_shouldMatched()