Searched refs:stopSoftAp (Results 1 – 9 of 9) sorted by relevance
299 private void stopSoftAp() { in stopSoftAp() method in SoftApManager386 stopSoftAp(); in processMessage()536 stopSoftAp(); in exit()
992 stopSoftAp(); in updateInterfaceIpStateInternal()1013 stopSoftAp(); in updateInterfaceIpStateInternal()1091 public boolean stopSoftAp() { in stopSoftAp() method in WifiServiceImpl
140 boolean stopSoftAp(); in stopSoftAp() method
2575 public boolean stopSoftAp() {2577 return mService.stopSoftAp();
282 public boolean stopSoftAp() { in stopSoftAp() method in BaseWifiService
165 when(mWifiService.stopSoftAp()).thenReturn(true); in testStopSoftApCallsService()166 assertTrue(mWifiManager.stopSoftAp()); in testStopSoftApCallsService()168 when(mWifiService.stopSoftAp()).thenReturn(false); in testStopSoftApCallsService()169 assertFalse(mWifiManager.stopSoftAp()); in testStopSoftApCallsService()
767 verify(mWifiManager, times(1)).stopSoftAp(); in workingWifiTetheringEnrichedApBroadcast()
434 (!enable && mgr.stopSoftAp())) { in setWifiTethering()
1104 boolean result = mWifiServiceImpl.stopSoftAp(); in testStopSoftApWithPermissions()1119 mWifiServiceImpl.stopSoftAp(); in testStopSoftApWithoutPermissionThrowsException()