Searched refs:mApInterface (Results 1 – 1 of 1) sorted by relevance
101 @Mock private IApInterface mApInterface; field in WificondControlTest217 when(mWificond.createApInterface(any())).thenReturn(mApInterface); in setUp()355 when(mWificond.createApInterface(TEST_INTERFACE_NAME)).thenReturn(mApInterface); in testSetupInterfaceForSoftApMode()359 assertEquals(mApInterface, returnedApInterface); in testSetupInterfaceForSoftApMode()442 verify(mApInterface, never()).registerCallback(any()); in testTeardownSoftApInterfaceClearsHandles()450 when(mWificond.createApInterface(TEST_INTERFACE_NAME1)).thenReturn(mApInterface); in testSetupMulitpleInterfaces()454 assertEquals(mApInterface, returnedApInterface); in testSetupMulitpleInterfaces()917 when(mApInterface.registerCallback(any())).thenReturn(true); in testSoftApListenerInvocation()924 verify(mApInterface).registerCallback(apInterfaceCallbackCaptor.capture()); in testSoftApListenerInvocation()