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.java100 @Mock private IApInterface mApInterface; field in WificondControlTest
216 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()