Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DLocalOnlyHotspotRequestInfo.java103 public void sendHotspotStartedMessage(SoftApConfiguration config) throws RemoteException { in sendHotspotStartedMessage() method in LocalOnlyHotspotRequestInfo
H A DWifiServiceImpl.java1744 request.sendHotspotStartedMessage(mActiveConfig.getSoftApConfiguration()); in start()
1844 requestor.sendHotspotStartedMessage(mActiveConfig.getSoftApConfiguration()); in sendHotspotStartedMessageToAllLOHSRequestInfoEntriesLocked()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DLocalOnlyHotspotRequestInfoTest.java166 mLOHSRequestInfo.sendHotspotStartedMessage(config); in verifySendStartedMessage()
H A DWifiServiceImplTest.java3787 verify(mRequestInfo).sendHotspotStartedMessage(any()); in testAllRegisteredCallbacksTriggeredWhenSoftApStops()
3857 verify(mRequestInfo).sendHotspotStartedMessage(any(SoftApConfiguration.class)); in testRegisteredLocalOnlyHotspotRequestorsGetOnStartedCallbackWhenReady()