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.java100 public void sendHotspotStartedMessage(SoftApConfiguration config) throws RemoteException { in sendHotspotStartedMessage() method in LocalOnlyHotspotRequestInfo
DWifiServiceImpl.java1438 request.sendHotspotStartedMessage(mActiveConfig.getSoftApConfiguration()); in start()
1540 requestor.sendHotspotStartedMessage(mActiveConfig.getSoftApConfiguration()); in sendHotspotStartedMessageToAllLOHSRequestInfoEntriesLocked()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DLocalOnlyHotspotRequestInfoTest.java153 mLOHSRequestInfo.sendHotspotStartedMessage(config); in verifySendStartedMessage()
DWifiServiceImplTest.java2920 verify(mRequestInfo).sendHotspotStartedMessage(any()); in testAllRegisteredCallbacksTriggeredWhenSoftApStops()
2984 verify(mRequestInfo).sendHotspotStartedMessage(any(SoftApConfiguration.class)); in testRegisteredLocalOnlyHotspotRequestorsGetOnStartedCallbackWhenReady()