Searched refs:mMockUsbService (Results 1 – 1 of 1) sorted by relevance
46 @Mock private android.hardware.usb.IUsbManager mMockUsbService; field in UsbManagerTestLib58 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()