Home
last modified time | relevance | path

Searched refs:getSoftApInterfaceName (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiNativeInterfaceManagementTest.java379 assertNotNull(mWifiNative.getSoftApInterfaceName()); in testTeardownAllInterfaces()
411 assertNull(mWifiNative.getSoftApInterfaceName()); in testTeardownAllInterfaces()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNative.java1205 public String getSoftApInterfaceName() { in getSoftApInterfaceName() method in WifiNative