Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWificondControlTest.java101 @Mock private IApInterface mApInterface; field in WificondControlTest
217 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()