Searched refs:stopWatchLocalOnlyHotspot (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
H A DIWifiManager.aidl143 void stopWatchLocalOnlyHotspot();
H A DWifiManager.java2107 mService.stopWatchLocalOnlyHotspot();
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiServiceImplTest.java1555 * Verify that a call to stopWatchLocalOnlyHotspot is only allowed from callers with the
1563 mWifiServiceImpl.stopWatchLocalOnlyHotspot();
1567 * Verify that the call to stopWatchLocalOnlyHotspot throws the UnsupportedOperationException
1572 mWifiServiceImpl.stopWatchLocalOnlyHotspot();
/frameworks/base/wifi/tests/src/android/net/wifi/
H A DWifiManagerTest.java778 verify(mWifiService).stopWatchLocalOnlyHotspot();
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiServiceImpl.java1346 public void stopWatchLocalOnlyHotspot() { method in class:WifiServiceImpl

Completed in 58 milliseconds