Searched refs:stopLocalOnlyHotspot (Results 1 - 5 of 5) sorted by path

/frameworks/base/wifi/java/android/net/wifi/
H A DIWifiManager.aidl139 void stopLocalOnlyHotspot();
H A DWifiManager.java2031 stopLocalOnlyHotspot();
2045 private void stopLocalOnlyHotspot() { method in class:WifiManager
2053 mService.stopLocalOnlyHotspot();
2415 stopLocalOnlyHotspot();
/frameworks/base/wifi/tests/src/android/net/wifi/
H A DWifiManagerTest.java126 * WifiService.stopLocalOnlyHotspot.
139 verify(mWifiService).stopLocalOnlyHotspot();
159 verify(mWifiService).stopLocalOnlyHotspot();
550 verify(mWifiService).stopLocalOnlyHotspot();
572 verify(mWifiService).stopLocalOnlyHotspot();
596 verify(mWifiService, never()).stopLocalOnlyHotspot();
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiServiceImpl.java1268 * see {@link WifiManager#stopLocalOnlyHotspot()}
1274 public void stopLocalOnlyHotspot() { method in class:WifiServiceImpl
1280 mLog.info("stopLocalOnlyHotspot uid=% pid=%").c(uid).c(pid).flush();
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiServiceImplTest.java947 * Verify that the call to stopLocalOnlyHotspot does not do anything when there aren't any
953 mWifiServiceImpl.stopLocalOnlyHotspot();
959 * Verify that the call to stopLocalOnlyHotspot does not do anything when one caller unregisters
970 mWifiServiceImpl.stopLocalOnlyHotspot();
976 * Verify that the call to stopLocalOnlyHotspot sends a message to WifiController to stop
985 mWifiServiceImpl.stopLocalOnlyHotspot();
991 * Verify that a call to stopLocalOnlyHotspot throws a SecurityException if the caller does not
999 mWifiServiceImpl.stopLocalOnlyHotspot();
1039 mWifiServiceImpl.stopLocalOnlyHotspot();

Completed in 57 milliseconds