Home
last modified time | relevance | path

Searched refs:sendHotspotStartedMessage (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DLocalOnlyHotspotRequestInfo.java103 public void sendHotspotStartedMessage(WifiConfiguration config) throws RemoteException { in sendHotspotStartedMessage() method in LocalOnlyHotspotRequestInfo
DWifiServiceImpl.java1355 requestor.sendHotspotStartedMessage(mLocalOnlyHotspotConfig); in sendHotspotStartedMessageToAllLOHSRequestInfoEntriesLocked()
1453 request.sendHotspotStartedMessage(mLocalOnlyHotspotConfig); in startLocalOnlyHotspot()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DLocalOnlyHotspotRequestInfoTest.java160 mLOHSRequestInfo.sendHotspotStartedMessage(config); in verifySendStartedMessage()
DWifiServiceImplTest.java2206 verify(mRequestInfo).sendHotspotStartedMessage(any()); in testAllRegisteredCallbacksTriggeredWhenSoftApStops()
2288 verify(mRequestInfo).sendHotspotStartedMessage(any(WifiConfiguration.class)); in testRegisteredLocalOnlyHotspotRequestorsGetOnStartedCallbackWhenReady()