Home
last modified time | relevance | path

Searched refs:tearDownSoftApInterface (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/wifi/tests/src/android/net/wifi/nl80211/
DWifiNl80211ManagerTest.java328 assertTrue(mWificondControl.tearDownSoftApInterface(TEST_INTERFACE_NAME)); in testTeardownSoftApInterface()
340 assertFalse(mWificondControl.tearDownSoftApInterface(TEST_INTERFACE_NAME1)); in testTeardownSoftApInterfaceOnInvalidIface()
352 assertFalse(mWificondControl.tearDownSoftApInterface(TEST_INTERFACE_NAME)); in testTeardownSoftApInterfaceErrorWhenWificondFailed()
388 assertTrue(mWificondControl.tearDownSoftApInterface(TEST_INTERFACE_NAME1)); in testTeardownMultipleInterfaces()
/frameworks/base/wifi/java/src/android/net/wifi/nl80211/
DWifiNl80211Manager.java849 public boolean tearDownSoftApInterface(@NonNull String ifaceName) { in tearDownSoftApInterface() method in WifiNl80211Manager
/frameworks/base/core/api/
Dsystem-current.txt10169 method public boolean tearDownSoftApInterface(@NonNull String);