Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DActiveModeWardenTest.java2145 assertFalse(mActiveModeWarden.canRequestMoreSoftApManagers()); in interfaceAvailabilityListener()
2156 assertTrue(mActiveModeWarden.canRequestMoreSoftApManagers()); in interfaceAvailabilityListener()
2164 assertFalse(mActiveModeWarden.canRequestMoreSoftApManagers()); in interfaceAvailabilityListener()
DWifiServiceImplTest.java4832 when(mActiveModeWarden.canRequestMoreSoftApManagers()).thenReturn(isApConcurrencySupported); in startLohsAndTethering()
4841 when(mActiveModeWarden.canRequestMoreSoftApManagers()).thenReturn(isApConcurrencySupported); in startLohsAndTethering()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DActiveModeWarden.java171 public boolean canRequestMoreSoftApManagers() { in canRequestMoreSoftApManagers() method in ActiveModeWarden
DWifiServiceImpl.java896 () -> mActiveModeWarden.canRequestMoreSoftApManagers(), false)) { in startSoftAp()
954 () -> mActiveModeWarden.canRequestMoreSoftApManagers(), false)) { in startTetheredHotspot()
1779 if (!mActiveModeWarden.canRequestMoreSoftApManagers() in startLocalOnlyHotspot()