Searched refs:sendHotspotStartedMessage (Results 1 – 4 of 4) sorted by relevance
103 public void sendHotspotStartedMessage(WifiConfiguration config) throws RemoteException { in sendHotspotStartedMessage() method in LocalOnlyHotspotRequestInfo
1355 requestor.sendHotspotStartedMessage(mLocalOnlyHotspotConfig); in sendHotspotStartedMessageToAllLOHSRequestInfoEntriesLocked()1453 request.sendHotspotStartedMessage(mLocalOnlyHotspotConfig); in startLocalOnlyHotspot()
160 mLOHSRequestInfo.sendHotspotStartedMessage(config); in verifySendStartedMessage()
2206 verify(mRequestInfo).sendHotspotStartedMessage(any()); in testAllRegisteredCallbacksTriggeredWhenSoftApStops()2288 verify(mRequestInfo).sendHotspotStartedMessage(any(WifiConfiguration.class)); in testRegisteredLocalOnlyHotspotRequestorsGetOnStartedCallbackWhenReady()