Searched refs:getIpMode (Results 1 – 3 of 3) sorted by relevance
734 when(mSoftApManager.getIpMode()).thenReturn(WifiManager.IFACE_IP_MODE_TETHERED); in testStopTetheringButNotLOHS()739 when(lohsSoftapManager.getIpMode()).thenReturn(WifiManager.IFACE_IP_MODE_LOCAL_ONLY); in testStopTetheringButNotLOHS()
198 && mode != softApManager.getIpMode()) { in stopSoftAPMode()
177 public int getIpMode() { in getIpMode() method in SoftApManager