Searched refs:mWificondControl (Results 1 – 3 of 3) sorted by relevance
109 private WifiNl80211Manager mWificondControl; field in WifiNl80211ManagerTest278 assertFalse(mWificondControl.startScan( in testTeardownClientInterfaceClearsHandles()301 mWificondControl.binderDied(); in testSetupInterfaceForSoftApModeErrorWhenWificondIsNotStarted()418 mWificondControl.binderDied(); in testTearDownInterfacesErrorWhenWificondIsNotStarterd()513 assertTrue(mWificondControl.startScan( in testScan()529 assertTrue(mWificondControl.startScan( in testScanWithBundle()543 assertTrue(mWificondControl.startScan( in testScanWithNullBundle()557 assertTrue(mWificondControl.startScan( in testScanWithEmptyBundle()577 assertTrue(mWificondControl.startScan( in testScanWithDuplicateHiddenSsids()799 mWificondControl.binderDied(); in testRegisterDeathHandler()[all …]
77 @Mock private WifiNl80211Manager mWificondControl; field in WifiNativeInterfaceManagementTest145 when(mWificondControl.tearDownClientInterface(any())).thenReturn(true); in setUp()146 when(mWificondControl.tearDownSoftApInterface(any())).thenReturn(true); in setUp()147 when(mWificondControl.tearDownInterfaces()).thenReturn(true); in setUp()184 mInOrder.verify(mWificondControl).setOnServiceDeadCallback( in setUp()186 mInOrder.verify(mWificondControl).tearDownInterfaces(); in setUp()418 verify(mWificondControl).tearDownClientInterface(IFACE_NAME_1); in testTeardownAllInterfaces()426 verify(mWificondControl).tearDownSoftApInterface(IFACE_NAME_0); in testTeardownAllInterfaces()1572 mInOrder.verify(mWificondControl).tearDownInterfaces(); in validateOnDestroyedClientInterface()1647 mInOrder.verify(mWificondControl).tearDownInterfaces(); in validateOnDestroyedClientInterfaceForScan()[all …]
242 @Mock private WifiNl80211Manager mWificondControl; field in WifiNativeTest755 when(mWificondControl.signalPoll(WIFI_IFACE_NAME)) in testSignalPoll()765 verify(mWificondControl).signalPoll(WIFI_IFACE_NAME); in testSignalPoll()778 verify(mWificondControl).startScan( in testScan()797 verify(mWificondControl).startScan( in testScanWithBundle()815 verify(mWificondControl).startPnoScan(eq(WIFI_IFACE_NAME), in testStartPnoScanOnRequestProcessed()830 verify(mWificondControl).startPnoScan(eq(WIFI_IFACE_NAME), in testStartPnoScanOnRequestFailed()843 verify(mWificondControl).stopPnoScan(WIFI_IFACE_NAME); in testStopPnoScan()914 verify(mWificondControl).abortScan(WIFI_IFACE_NAME); in testConnectToNetwork()926 verify(mWificondControl).abortScan(WIFI_IFACE_NAME); in testRoamToNetwork()[all …]