Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DActiveModeWarden.java633 public boolean canRequestMoreSoftApManagers(@NonNull WorkSource requestorWs) { in canRequestMoreSoftApManagers() method in ActiveModeWarden
DWifiServiceImpl.java1723 if (!mActiveModeWarden.canRequestMoreSoftApManagers(requestorWs)) { in startSoftAp()
1833 if (!mActiveModeWarden.canRequestMoreSoftApManagers(requestorWs)) { in startTetheredHotspotInternal()
2797 if (!mActiveModeWarden.canRequestMoreSoftApManagers(requestorWs) in startLocalOnlyHotspot()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java7780 when(mActiveModeWarden.canRequestMoreSoftApManagers( in startLohsAndTethering()
7789 when(mActiveModeWarden.canRequestMoreSoftApManagers( in startLohsAndTethering()