Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiNativeTest.java891 mWifiNative.teardownAllInterfaces(); in testStartHalUpdatesCoexUnsafeChannels()
896 mWifiNative.teardownAllInterfaces(); in testStartHalUpdatesCoexUnsafeChannels()
DWifiNativeInterfaceManagementTest.java504 mWifiNative.teardownAllInterfaces(); in testTeardownAllInterfaces()
DActiveModeWardenTest.java931 verify(mWifiNative, never()).teardownAllInterfaces(); in testSwitchModeWhenSoftApActiveMode()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiNative.java1852 public void teardownAllInterfaces() { in teardownAllInterfaces() method in WifiNative