Searched refs:stopSoftAp (Results 1 – 12 of 12) sorted by relevance
309 private void stopSoftAp() { in stopSoftAp() method in SoftApManager397 stopSoftAp(); in processMessage()572 stopSoftAp(); in exit()
1026 stopSoftAp(); in updateInterfaceIpStateInternal()1047 stopSoftAp(); in updateInterfaceIpStateInternal()1129 public boolean stopSoftAp() { in stopSoftAp() method in WifiServiceImpl
140 boolean stopSoftAp(); in stopSoftAp() method
2624 public boolean stopSoftAp() {2626 return mService.stopSoftAp();
282 public boolean stopSoftAp() { in stopSoftAp() method in BaseWifiService
166 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()
1230 boolean result = mWifiServiceImpl.stopSoftAp(); in testStopSoftApWithPermissions()1243 boolean result = mWifiServiceImpl.stopSoftAp(); in testStopSoftApWhenInCryptDebounce()1258 mWifiServiceImpl.stopSoftAp(); in testStopSoftApWithoutPermissionThrowsException()
639 || (!enable && mgr.stopSoftAp())) { in setWifiTethering()
1061 verify(mWifiManager, times(1)).stopSoftAp(); in workingWifiTetheringEnrichedApBroadcast()
5395 …RK_STACK, android.net.NetworkStack.PERMISSION_MAINLINE_NETWORK_STACK}) public boolean stopSoftAp();
5301 …RK_STACK, android.net.NetworkStack.PERMISSION_MAINLINE_NETWORK_STACK}) public boolean stopSoftAp();
46421 Landroid/net/wifi/IWifiManager$Stub$Proxy;->stopSoftAp()Z46548 Landroid/net/wifi/IWifiManager;->stopSoftAp()Z47449 Landroid/net/wifi/WifiManager;->stopSoftAp()Z