Searched refs:sendHotspotStartedMessage (Results 1 – 4 of 4) sorted by relevance
100 public void sendHotspotStartedMessage(SoftApConfiguration config) throws RemoteException { in sendHotspotStartedMessage() method in LocalOnlyHotspotRequestInfo
1438 request.sendHotspotStartedMessage(mActiveConfig.getSoftApConfiguration()); in start()1540 requestor.sendHotspotStartedMessage(mActiveConfig.getSoftApConfiguration()); in sendHotspotStartedMessageToAllLOHSRequestInfoEntriesLocked()
153 mLOHSRequestInfo.sendHotspotStartedMessage(config); in verifySendStartedMessage()
2920 verify(mRequestInfo).sendHotspotStartedMessage(any()); in testAllRegisteredCallbacksTriggeredWhenSoftApStops()2984 verify(mRequestInfo).sendHotspotStartedMessage(any(SoftApConfiguration.class)); in testRegisteredLocalOnlyHotspotRequestorsGetOnStartedCallbackWhenReady()