Searched refs:tearDownInterfaces (Results 1 – 4 of 4) sorted by relevance
480 assertTrue(mWificondControl.tearDownInterfaces()); in testTearDownInterfaces()481 verify(mWificond).tearDownInterfaces(); in testTearDownInterfaces()490 assertTrue(mWificondControl.tearDownInterfaces()); in testTearDownInterfacesRemovesScanEventSubscription()504 assertFalse(mWificondControl.tearDownInterfaces()); in testTearDownInterfacesErrorWhenWificondIsNotStarterd()534 assertTrue(mWificondControl.tearDownInterfaces()); in testSignalPollErrorWhenNoClientInterfaceConfigured()568 assertTrue(mWificondControl.tearDownInterfaces()); in testGetTxPacketCountersErrorWhenNoClientInterfaceConfigured()589 assertTrue(mWificondControl.tearDownInterfaces()); in testGetScanResultsErrorWhenNoClientInterfaceConfigured()950 verify(mWificond).tearDownInterfaces(); in testRegisterDeathHandler()
138 when(mWificondControl.tearDownInterfaces()).thenReturn(true); in setUp()403 verify(mWificondControl).tearDownInterfaces(); in testTeardownAllInterfaces()1356 mInOrder.verify(mWificondControl).tearDownInterfaces(); in validateOnDestroyedClientInterface()1423 mInOrder.verify(mWificondControl).tearDownInterfaces(); in validateOnDestroyedClientInterfaceForScan()1499 mInOrder.verify(mWificondControl).tearDownInterfaces(); in validateOnDestroyedSoftApInterface()
288 tearDownInterfaces(); in initialize()467 public boolean tearDownInterfaces() { in tearDownInterfaces() method in WificondControl480 mWificond.tearDownInterfaces(); in tearDownInterfaces()
327 if (!mWificondControl.tearDownInterfaces()) { in stopHalAndWificondIfNecessary()