Searched refs:onHotspotStarted (Results 1 – 7 of 7) sorted by relevance
27 void onHotspotStarted(in SoftApConfiguration config); in onHotspotStarted() method
7377 public void onHotspotStarted(SoftApConfiguration config) { in onHotspotStarted() method in WifiManager.LocalOnlyHotspotCallbackProxy7509 public void onHotspotStarted(SoftApConfiguration config) { in onHotspotStarted() method in WifiManager.LocalOnlyHotspotObserverProxy
109 mCallback.onHotspotStarted(config); in sendHotspotStartedMessage()
885 public void onHotspotStarted(SoftApConfiguration config) { in onCommand()
175 verify(mCallback).onHotspotStarted(mSoftApConfigCaptor.capture()); in verifySendStartedMessage()
3918 public void onHotspotStarted(SoftApConfiguration softApConfig) { in onHotspotStarted() method in WifiServiceImplTest.FakeLohsCallback4481 verify(mLohsCallback).onHotspotStarted(any()); in setupLocalOnlyHotspot()4609 verify(mLohsCallback).onHotspotStarted(any()); in testAllRegisteredCallbacksTriggeredWhenSoftApStops()4679 verify(mLohsCallback).onHotspotStarted(notNull()); in testRegisteredLocalOnlyHotspotRequestorsGetOnStartedCallbackWhenReady()4696 verify(mLohsCallback).onHotspotStarted(any()); in testRegisterLocalOnlyHotspotRequestAfterAlreadyStartedGetsOnStartedCallback()4747 verify(mLohsCallback).onHotspotStarted(any()); in testCallOnFailedLocalOnlyHotspotRequestWhenTetheringStarts()4794 verify(mLohsCallback).onHotspotStarted(any()); in testRegisterLocalOnlyHotspotRequestAfterStoppedNoOnStartedCallback()4815 verify(mLohsCallback, never()).onHotspotStarted(any()); in testRegisterLocalOnlyHotspotRequestAfterStoppedNoOnStartedCallback()
895 internalCallback.getValue().onHotspotStarted(softApConfig); in testOnStartedIsCalledWithReservation()928 internalCallback.getValue().onHotspotStarted(softApConfig); in testOnStartedIsCalledWithReservationAndSaeSoftApConfig()956 internalCallback.getValue().onHotspotStarted(null); in testOnStartedIsCalledWithNullConfig()1997 internalCallback.getValue().onHotspotStarted(softApConfig); in testObserverOnStartedIsCalledWithWifiConfig()2021 internalCallback.getValue().onHotspotStarted(null); in testObserverOnStartedNotCalledWithNullConfig()