Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/UsbManagerTests/lib/src/com/android/server/usblib/
H A DUsbManagerTestLib.java46 @Mock private android.hardware.usb.IUsbManager mMockUsbService; field in UsbManagerTestLib
58 assertNotNull(mUsbManagerMock = new UsbManager(mContext, mMockUsbService)); in UsbManagerTestLib()
84 when(mMockUsbService.getCurrentFunctions()).thenReturn(functions); in testGetCurrentFunctionsMock_Matched()
97 verify(mMockUsbService).setCurrentFunctions(eq(functions), operationId); in testSetCurrentFunctionsMock_Matched()
114 verify(mMockUsbService).getCurrentFunctions(); in testGetCurrentFunctionsEx()
121 verify(mMockUsbService).setCurrentFunctions(eq(functions), operationId); in testSetCurrentFunctionsEx()