Searched refs:onHotspotStarted (Results 1 – 6 of 6) sorted by relevance
27 void onHotspotStarted(in SoftApConfiguration config); in onHotspotStarted() method
5070 public void onHotspotStarted(SoftApConfiguration config) { in onHotspotStarted() method in WifiManager.LocalOnlyHotspotCallbackProxy5202 public void onHotspotStarted(SoftApConfiguration config) { in onHotspotStarted() method in WifiManager.LocalOnlyHotspotObserverProxy
104 mCallback.onHotspotStarted(config); in sendHotspotStartedMessage()
170 verify(mCallback).onHotspotStarted(mSoftApConfigCaptor.capture()); in verifySendStartedMessage()
3130 public void onHotspotStarted(SoftApConfiguration softApConfig) { in onHotspotStarted() method in WifiServiceImplTest.FakeLohsCallback3660 verify(mLohsCallback).onHotspotStarted(any()); in setupLocalOnlyHotspot()3788 verify(mLohsCallback).onHotspotStarted(any()); in testAllRegisteredCallbacksTriggeredWhenSoftApStops()3860 verify(mLohsCallback).onHotspotStarted(notNull()); in testRegisteredLocalOnlyHotspotRequestorsGetOnStartedCallbackWhenReady()3878 verify(mLohsCallback).onHotspotStarted(any()); in testRegisterLocalOnlyHotspotRequestAfterAlreadyStartedGetsOnStartedCallback()3930 verify(mLohsCallback).onHotspotStarted(any()); in testCallOnFailedLocalOnlyHotspotRequestWhenTetheringStarts()3980 verify(mLohsCallback).onHotspotStarted(any()); in testRegisterLocalOnlyHotspotRequestAfterStoppedNoOnStartedCallback()4001 verify(mLohsCallback, never()).onHotspotStarted(any()); in testRegisterLocalOnlyHotspotRequestAfterStoppedNoOnStartedCallback()
803 internalCallback.getValue().onHotspotStarted(softApConfig); in testOnStartedIsCalledWithReservation()835 internalCallback.getValue().onHotspotStarted(softApConfig); in testOnStartedIsCalledWithReservationAndSaeSoftApConfig()862 internalCallback.getValue().onHotspotStarted(null); in testOnStartedIsCalledWithNullConfig()1773 internalCallback.getValue().onHotspotStarted(softApConfig); in testObserverOnStartedIsCalledWithWifiConfig()1797 internalCallback.getValue().onHotspotStarted(null); in testObserverOnStartedNotCalledWithNullConfig()