Home
last modified time | relevance | path

Searched refs:onHotspotStarted (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/
H A DILocalOnlyHotspotCallback.aidl27 void onHotspotStarted(in SoftApConfiguration config); in onHotspotStarted() method
H A DWifiManager.java5070 public void onHotspotStarted(SoftApConfiguration config) { in onHotspotStarted() method in WifiManager.LocalOnlyHotspotCallbackProxy
5202 public void onHotspotStarted(SoftApConfiguration config) { in onHotspotStarted() method in WifiManager.LocalOnlyHotspotObserverProxy
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DLocalOnlyHotspotRequestInfo.java104 mCallback.onHotspotStarted(config); in sendHotspotStartedMessage()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DLocalOnlyHotspotRequestInfoTest.java170 verify(mCallback).onHotspotStarted(mSoftApConfigCaptor.capture()); in verifySendStartedMessage()
H A DWifiServiceImplTest.java3130 public void onHotspotStarted(SoftApConfiguration softApConfig) { in onHotspotStarted() method in WifiServiceImplTest.FakeLohsCallback
3660 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()
/aosp12/packages/modules/Wifi/framework/tests/src/android/net/wifi/
H A DWifiManagerTest.java803 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()