Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DActiveModeWardenTest.java734 when(mSoftApManager.getIpMode()).thenReturn(WifiManager.IFACE_IP_MODE_TETHERED); in testStopTetheringButNotLOHS()
739 when(lohsSoftapManager.getIpMode()).thenReturn(WifiManager.IFACE_IP_MODE_LOCAL_ONLY); in testStopTetheringButNotLOHS()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DActiveModeWarden.java198 && mode != softApManager.getIpMode()) { in stopSoftAPMode()
DSoftApManager.java177 public int getIpMode() { in getIpMode() method in SoftApManager