Searched refs:mApInterface (Results 1 – 1 of 1) sorted by relevance
100 @Mock private IApInterface mApInterface; field in WificondControlTest216 when(mWificond.createApInterface(any())).thenReturn(mApInterface); in setUp()354 when(mWificond.createApInterface(TEST_INTERFACE_NAME)).thenReturn(mApInterface); in testSetupInterfaceForSoftApMode()358 assertEquals(mApInterface, returnedApInterface); in testSetupInterfaceForSoftApMode()441 verify(mApInterface, never()).registerCallback(any()); in testTeardownSoftApInterfaceClearsHandles()449 when(mWificond.createApInterface(TEST_INTERFACE_NAME1)).thenReturn(mApInterface); in testSetupMulitpleInterfaces()453 assertEquals(mApInterface, returnedApInterface); in testSetupMulitpleInterfaces()922 when(mApInterface.registerCallback(any())).thenReturn(true); in testSoftApListenerInvocation()929 verify(mApInterface).registerCallback(apInterfaceCallbackCaptor.capture()); in testSoftApListenerInvocation()