/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | SoftApManager.java | 689 private void stopSoftAp() { in stopSoftAp() method in SoftApManager 922 stopSoftAp(); in processMessage() 1298 stopSoftAp(); in exit()
|
D | BaseWifiService.java | 395 public boolean stopSoftAp() { in stopSoftAp() method in BaseWifiService
|
D | ActiveModeWarden.java | 592 public void stopSoftAp(int mode) { in stopSoftAp() method in ActiveModeWarden
|
D | WifiShellCommand.java | 486 if (mWifiService.stopSoftAp()) { in onCommand()
|
D | WifiServiceImpl.java | 1236 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/ |
D | WifiServiceImplTest.java | 2261 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 …]
|
D | WifiShellCommandTest.java | 555 verify(mWifiService).stopSoftAp(); in testStopSoftAp()
|
D | ActiveModeWardenTest.java | 1147 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/ |
D | IWifiManager.aidl | 178 boolean stopSoftAp(); in stopSoftAp() method
|
D | WifiManager.java | 4033 public boolean stopSoftAp() { in stopSoftAp() method in WifiManager 4035 return mService.stopSoftAp(); in stopSoftAp()
|
/packages/modules/Wifi/framework/tests/src/android/net/wifi/ |
D | WifiManagerTest.java | 489 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/ |
D | CarProjectionService.java | 633 if (!mWifiManager.stopSoftAp()) { in stopTetheredApLocked()
|
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/ |
D | Tethering.java | 684 || (!enable && mgr.stopSoftAp())) { in setWifiTethering()
|
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
D | TetheringTest.java | 1481 verify(mWifiManager, times(1)).stopSoftAp(); in workingWifiTetheringEnrichedApBroadcast()
|
/packages/modules/Wifi/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 906 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/ |
D | system-current.txt | 595 …RK_STACK, android.net.NetworkStack.PERMISSION_MAINLINE_NETWORK_STACK}) public boolean stopSoftAp();
|