Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWificondControlTest.java480 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()
DWifiNativeInterfaceManagementTest.java138 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()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWificondControl.java288 tearDownInterfaces(); in initialize()
467 public boolean tearDownInterfaces() { in tearDownInterfaces() method in WificondControl
480 mWificond.tearDownInterfaces(); in tearDownInterfaces()
DWifiNative.java327 if (!mWificondControl.tearDownInterfaces()) { in stopHalAndWificondIfNecessary()