Home
last modified time | relevance | path

Searched refs:stopSoftAp (Results 1 – 16 of 16) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DSoftApManager.java689 private void stopSoftAp() { in stopSoftAp() method in SoftApManager
922 stopSoftAp(); in processMessage()
1298 stopSoftAp(); in exit()
DBaseWifiService.java395 public boolean stopSoftAp() { in stopSoftAp() method in BaseWifiService
DActiveModeWarden.java592 public void stopSoftAp(int mode) { in stopSoftAp() method in ActiveModeWarden
DWifiShellCommand.java486 if (mWifiService.stopSoftAp()) { in onCommand()
DWifiServiceImpl.java1236 public boolean stopSoftAp() { in stopSoftAp() method in WifiServiceImpl
1265 mActiveModeWarden.stopSoftAp(mode); in stopSoftApInternal()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java2261 boolean result = mWifiServiceImpl.stopSoftAp(); in testStopSoftApWithPermissions()
2263 verify(mActiveModeWarden).stopSoftAp(WifiManager.IFACE_IP_MODE_TETHERED); in testStopSoftApWithPermissions()
2278 mWifiServiceImpl.stopSoftAp(); in testStopSoftApWithoutPermissionThrowsException()
2989 verify(mActiveModeWarden, never()).stopSoftAp(anyInt()); in testStopLocalOnlyHotspotDoesNothingWithoutRegisteredRequests()
3008 verify(mActiveModeWarden, never()).stopSoftAp(anyInt()); in testStopLocalOnlyHotspotDoesNothingWithRemainingRequest()
3029 verify(mActiveModeWarden).stopSoftAp(WifiManager.IFACE_IP_MODE_LOCAL_ONLY); in testStopLocalOnlyHotspotTriggersStopWithOneRegisteredRequest()
3334 verify(mActiveModeWarden, never()).stopSoftAp(WifiManager.IFACE_IP_MODE_LOCAL_ONLY); in testServiceImplNotCalledWhenBinderDeathTriggeredNoRequests()
3356 verify(mActiveModeWarden, never()).stopSoftAp(anyInt()); in testServiceImplNotCalledWhenBinderDeathTriggeredWithRequests()
3363 verify(mActiveModeWarden).stopSoftAp(WifiManager.IFACE_IP_MODE_LOCAL_ONLY); in testServiceImplNotCalledWhenBinderDeathTriggeredWithRequests()
3835 verify(mActiveModeWarden).stopSoftAp(WifiManager.IFACE_IP_MODE_LOCAL_ONLY); in testLOHSReadyWithoutRegisteredRequestsStopsSoftApMode()
[all …]
DWifiShellCommandTest.java555 verify(mWifiService).stopSoftAp(); in testStopSoftAp()
DActiveModeWardenTest.java1147 mActiveModeWarden.stopSoftAp(WifiManager.IFACE_IP_MODE_TETHERED); in testStopTetheringButNotLOHS()
1981 mActiveModeWarden.stopSoftAp(WifiManager.IFACE_IP_MODE_UNSPECIFIED); in testSoftApStoppedDoesNotSwitchModesWhenInEcm()
2005 mActiveModeWarden.stopSoftAp(WifiManager.IFACE_IP_MODE_UNSPECIFIED); in testSoftApModeToggleWhenInAirplaneMode()
/packages/modules/Wifi/framework/java/android/net/wifi/
DIWifiManager.aidl178 boolean stopSoftAp(); in stopSoftAp() method
DWifiManager.java4033 public boolean stopSoftAp() { in stopSoftAp() method in WifiManager
4035 return mService.stopSoftAp(); in stopSoftAp()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiManagerTest.java489 when(mWifiService.stopSoftAp()).thenReturn(true); in testStopSoftApCallsService()
490 assertTrue(mWifiManager.stopSoftAp()); in testStopSoftApCallsService()
492 when(mWifiService.stopSoftAp()).thenReturn(false); in testStopSoftApCallsService()
493 assertFalse(mWifiManager.stopSoftAp()); in testStopSoftApCallsService()
/packages/services/Car/service/src/com/android/car/
DCarProjectionService.java633 if (!mWifiManager.stopSoftAp()) { in stopTetheredApLocked()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTethering.java684 || (!enable && mgr.stopSoftAp())) { in setWifiTethering()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringTest.java1481 verify(mWifiManager, times(1)).stopSoftAp(); in workingWifiTetheringEnrichedApBroadcast()
/packages/modules/Wifi/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt906 Landroid/net/wifi/IWifiManager$Stub$Proxy;->stopSoftAp()Z
1033 Landroid/net/wifi/IWifiManager;->stopSoftAp()Z
1896 Landroid/net/wifi/WifiManager;->stopSoftAp()Z
/packages/modules/Wifi/framework/api/
Dsystem-current.txt595 …RK_STACK, android.net.NetworkStack.PERMISSION_MAINLINE_NETWORK_STACK}) public boolean stopSoftAp();