Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/
DILocalOnlyHotspotCallback.aidl27 void onHotspotStarted(in SoftApConfiguration config); in onHotspotStarted() method
DWifiManager.java7377 public void onHotspotStarted(SoftApConfiguration config) { in onHotspotStarted() method in WifiManager.LocalOnlyHotspotCallbackProxy
7509 public void onHotspotStarted(SoftApConfiguration config) { in onHotspotStarted() method in WifiManager.LocalOnlyHotspotObserverProxy
/packages/modules/Wifi/service/java/com/android/server/wifi/
DLocalOnlyHotspotRequestInfo.java109 mCallback.onHotspotStarted(config); in sendHotspotStartedMessage()
DWifiShellCommand.java885 public void onHotspotStarted(SoftApConfiguration config) { in onCommand()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DLocalOnlyHotspotRequestInfoTest.java175 verify(mCallback).onHotspotStarted(mSoftApConfigCaptor.capture()); in verifySendStartedMessage()
DWifiServiceImplTest.java3918 public void onHotspotStarted(SoftApConfiguration softApConfig) { in onHotspotStarted() method in WifiServiceImplTest.FakeLohsCallback
4481 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()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiManagerTest.java895 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()