Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSoftApManager.java309 private void stopSoftAp() { in stopSoftAp() method in SoftApManager
397 stopSoftAp(); in processMessage()
572 stopSoftAp(); in exit()
DWifiServiceImpl.java1026 stopSoftAp(); in updateInterfaceIpStateInternal()
1047 stopSoftAp(); in updateInterfaceIpStateInternal()
1129 public boolean stopSoftAp() { in stopSoftAp() method in WifiServiceImpl
/frameworks/base/wifi/java/android/net/wifi/
DIWifiManager.aidl140 boolean stopSoftAp(); in stopSoftAp() method
DWifiManager.java2624 public boolean stopSoftAp() {
2626 return mService.stopSoftAp();
/frameworks/base/wifi/java/com/android/server/wifi/
DBaseWifiService.java282 public boolean stopSoftAp() { in stopSoftAp() method in BaseWifiService
/frameworks/base/wifi/tests/src/android/net/wifi/
DWifiManagerTest.java166 when(mWifiService.stopSoftAp()).thenReturn(true); in testStopSoftApCallsService()
167 assertTrue(mWifiManager.stopSoftAp()); in testStopSoftApCallsService()
169 when(mWifiService.stopSoftAp()).thenReturn(false); in testStopSoftApCallsService()
170 assertFalse(mWifiManager.stopSoftAp()); in testStopSoftApCallsService()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java1230 boolean result = mWifiServiceImpl.stopSoftAp(); in testStopSoftApWithPermissions()
1243 boolean result = mWifiServiceImpl.stopSoftAp(); in testStopSoftApWhenInCryptDebounce()
1258 mWifiServiceImpl.stopSoftAp(); in testStopSoftApWithoutPermissionThrowsException()
/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/
DTethering.java639 || (!enable && mgr.stopSoftAp())) { in setWifiTethering()
/frameworks/base/packages/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringTest.java1061 verify(mWifiManager, times(1)).stopSoftAp(); in workingWifiTetheringEnrichedApBroadcast()
/frameworks/base/api/
Dsystem-current.txt5395 …RK_STACK, android.net.NetworkStack.PERMISSION_MAINLINE_NETWORK_STACK}) public boolean stopSoftAp();
/frameworks/base/non-updatable-api/
Dsystem-current.txt5301 …RK_STACK, android.net.NetworkStack.PERMISSION_MAINLINE_NETWORK_STACK}) public boolean stopSoftAp();
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt46421 Landroid/net/wifi/IWifiManager$Stub$Proxy;->stopSoftAp()Z
46548 Landroid/net/wifi/IWifiManager;->stopSoftAp()Z
47449 Landroid/net/wifi/WifiManager;->stopSoftAp()Z