Searched refs:onHotspotStarted (Results 1 – 7 of 7) sorted by relevance
27 void onHotspotStarted(in SoftApConfiguration config); in onHotspotStarted() method
7178 public void onHotspotStarted(SoftApConfiguration config) { in onHotspotStarted() method in WifiManager.LocalOnlyHotspotCallbackProxy7310 public void onHotspotStarted(SoftApConfiguration config) { in onHotspotStarted() method in WifiManager.LocalOnlyHotspotObserverProxy
109 mCallback.onHotspotStarted(config); in sendHotspotStartedMessage()
828 public void onHotspotStarted(SoftApConfiguration config) { in onCommand()
175 verify(mCallback).onHotspotStarted(mSoftApConfigCaptor.capture()); in verifySendStartedMessage()
3868 public void onHotspotStarted(SoftApConfiguration softApConfig) { in onHotspotStarted() method in WifiServiceImplTest.FakeLohsCallback4413 verify(mLohsCallback).onHotspotStarted(any()); in setupLocalOnlyHotspot()4541 verify(mLohsCallback).onHotspotStarted(any()); in testAllRegisteredCallbacksTriggeredWhenSoftApStops()4611 verify(mLohsCallback).onHotspotStarted(notNull()); in testRegisteredLocalOnlyHotspotRequestorsGetOnStartedCallbackWhenReady()4628 verify(mLohsCallback).onHotspotStarted(any()); in testRegisterLocalOnlyHotspotRequestAfterAlreadyStartedGetsOnStartedCallback()4679 verify(mLohsCallback).onHotspotStarted(any()); in testCallOnFailedLocalOnlyHotspotRequestWhenTetheringStarts()4726 verify(mLohsCallback).onHotspotStarted(any()); in testRegisterLocalOnlyHotspotRequestAfterStoppedNoOnStartedCallback()4747 verify(mLohsCallback, never()).onHotspotStarted(any()); in testRegisterLocalOnlyHotspotRequestAfterStoppedNoOnStartedCallback()
881 internalCallback.getValue().onHotspotStarted(softApConfig); in testOnStartedIsCalledWithReservation()913 internalCallback.getValue().onHotspotStarted(softApConfig); in testOnStartedIsCalledWithReservationAndSaeSoftApConfig()940 internalCallback.getValue().onHotspotStarted(null); in testOnStartedIsCalledWithNullConfig()1954 internalCallback.getValue().onHotspotStarted(softApConfig); in testObserverOnStartedIsCalledWithWifiConfig()1978 internalCallback.getValue().onHotspotStarted(null); in testObserverOnStartedNotCalledWithNullConfig()