Home
last modified time | relevance | path

Searched defs:onHotspotStarted (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
DILocalOnlyHotspotCallback.aidl27 void onHotspotStarted(in SoftApConfiguration config); in onHotspotStarted() method
DWifiManager.java3952 public void onHotspotStarted(SoftApConfiguration config) { in onHotspotStarted() method in WifiManager.LocalOnlyHotspotCallbackProxy
4084 public void onHotspotStarted(SoftApConfiguration config) { in onHotspotStarted() method in WifiManager.LocalOnlyHotspotObserverProxy
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java2245 public void onHotspotStarted(SoftApConfiguration softApConfig) { in onHotspotStarted() method in WifiServiceImplTest.FakeLohsCallback