Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DLocalOnlyHotspotRequestInfo.java108 public void sendHotspotStartedMessage(SoftApConfiguration config) throws RemoteException { in sendHotspotStartedMessage() method in LocalOnlyHotspotRequestInfo
DWifiServiceImpl.java2480 request.sendHotspotStartedMessage(mActiveConfig.getSoftApConfiguration()); in start()
2577 requestor.sendHotspotStartedMessage(mActiveConfig.getSoftApConfiguration()); in sendHotspotStartedMessageToAllLOHSRequestInfoEntriesLocked()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DLocalOnlyHotspotRequestInfoTest.java171 mLOHSRequestInfo.sendHotspotStartedMessage(config); in verifySendStartedMessage()
DWifiServiceImplTest.java4540 verify(mRequestInfo).sendHotspotStartedMessage(any()); in testAllRegisteredCallbacksTriggeredWhenSoftApStops()
4608 verify(mRequestInfo).sendHotspotStartedMessage(any(SoftApConfiguration.class)); in testRegisteredLocalOnlyHotspotRequestorsGetOnStartedCallbackWhenReady()