Searched refs:sendHotspotStartedMessage (Results 1 – 4 of 4) sorted by relevance
103 public void sendHotspotStartedMessage(SoftApConfiguration config) throws RemoteException { in sendHotspotStartedMessage() method in LocalOnlyHotspotRequestInfo
1744 request.sendHotspotStartedMessage(mActiveConfig.getSoftApConfiguration()); in start()1844 requestor.sendHotspotStartedMessage(mActiveConfig.getSoftApConfiguration()); in sendHotspotStartedMessageToAllLOHSRequestInfoEntriesLocked()
166 mLOHSRequestInfo.sendHotspotStartedMessage(config); in verifySendStartedMessage()
3787 verify(mRequestInfo).sendHotspotStartedMessage(any()); in testAllRegisteredCallbacksTriggeredWhenSoftApStops()3857 verify(mRequestInfo).sendHotspotStartedMessage(any(SoftApConfiguration.class)); in testRegisteredLocalOnlyHotspotRequestorsGetOnStartedCallbackWhenReady()