Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSoftApManager.java299 private void stopSoftAp() { in stopSoftAp() method in SoftApManager
386 stopSoftAp(); in processMessage()
536 stopSoftAp(); in exit()
DWifiServiceImpl.java992 stopSoftAp(); in updateInterfaceIpStateInternal()
1013 stopSoftAp(); in updateInterfaceIpStateInternal()
1091 public boolean stopSoftAp() { in stopSoftAp() method in WifiServiceImpl
/frameworks/base/wifi/java/android/net/wifi/
DIWifiManager.aidl140 boolean stopSoftAp(); in stopSoftAp() method
DWifiManager.java2575 public boolean stopSoftAp() {
2577 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.java165 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()
/frameworks/base/tests/net/java/com/android/server/connectivity/
DTetheringTest.java767 verify(mWifiManager, times(1)).stopSoftAp(); in workingWifiTetheringEnrichedApBroadcast()
/frameworks/base/services/core/java/com/android/server/connectivity/
DTethering.java434 (!enable && mgr.stopSoftAp())) { in setWifiTethering()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java1104 boolean result = mWifiServiceImpl.stopSoftAp(); in testStopSoftApWithPermissions()
1119 mWifiServiceImpl.stopSoftAp(); in testStopSoftApWithoutPermissionThrowsException()