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.java7178 public void onHotspotStarted(SoftApConfiguration config) { in onHotspotStarted() method in WifiManager.LocalOnlyHotspotCallbackProxy
7310 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.java828 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.java3868 public void onHotspotStarted(SoftApConfiguration softApConfig) { in onHotspotStarted() method in WifiServiceImplTest.FakeLohsCallback
4413 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()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiManagerTest.java881 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()