Searched refs:sendHotspotStartedMessage (Results 1 – 4 of 4) sorted by relevance
108 public void sendHotspotStartedMessage(SoftApConfiguration config) throws RemoteException { in sendHotspotStartedMessage() method in LocalOnlyHotspotRequestInfo
2480 request.sendHotspotStartedMessage(mActiveConfig.getSoftApConfiguration()); in start()2577 requestor.sendHotspotStartedMessage(mActiveConfig.getSoftApConfiguration()); in sendHotspotStartedMessageToAllLOHSRequestInfoEntriesLocked()
171 mLOHSRequestInfo.sendHotspotStartedMessage(config); in verifySendStartedMessage()
4540 verify(mRequestInfo).sendHotspotStartedMessage(any()); in testAllRegisteredCallbacksTriggeredWhenSoftApStops()4608 verify(mRequestInfo).sendHotspotStartedMessage(any(SoftApConfiguration.class)); in testRegisteredLocalOnlyHotspotRequestorsGetOnStartedCallbackWhenReady()