Searched refs:onHotspotFailed (Results 1 – 6 of 6) sorted by relevance
29 void onHotspotFailed(int reason); in onHotspotFailed() method
3223 proxy.onHotspotFailed(returnCode); in startLocalOnlyHotspotInternal()3958 onHotspotFailed(LocalOnlyHotspotCallback.ERROR_GENERIC); in onHotspotStarted()3978 public void onHotspotFailed(int reason) { in onHotspotFailed() method in WifiManager.LocalOnlyHotspotCallbackProxy4104 public void onHotspotFailed(int reason) { in onHotspotFailed() method in WifiManager.LocalOnlyHotspotObserverProxy
90 mCallback.onHotspotFailed(reasonCode); in sendHotspotFailedMessage()
143 verify(mCallback).onHotspotFailed(WifiManager.LocalOnlyHotspotCallback.ERROR_GENERIC); in verifySendFailedMessage()
2257 public void onHotspotFailed(int i) { in onHotspotFailed() method in WifiServiceImplTest.FakeLohsCallback2755 verify(mLohsCallback).onHotspotFailed(ERROR_GENERIC); in testRegisteredCallbacksTriggeredOnSoftApFailureGeneric()2775 verify(mLohsCallback).onHotspotFailed(ERROR_NO_CHANNEL); in testRegisteredCallbacksTriggeredOnSoftApFailureNoChannel()2873 verify(mLohsCallback).onHotspotFailed(ERROR_GENERIC); in testRegisteredCallbacksTriggeredOnlyOnceWhenSoftApFailsTwice()2898 verify(mLohsCallback).onHotspotFailed(ERROR_GENERIC); in testAllRegisteredCallbacksTriggeredWhenSoftApFails()3023 verify(mLohsCallback).onHotspotFailed(ERROR_GENERIC); in testCallOnFailedLocalOnlyHotspotRequestWhenIpConfigFails()3064 verify(mLohsCallback).onHotspotFailed(ERROR_INCOMPATIBLE_MODE); in testCallOnFailedLocalOnlyHotspotRequestWhenTetheringStarts()4862 verify(mLohsCallback).onHotspotFailed(anyInt()); in testStartLohsAndTethering1AP()
665 internalCallback.getValue().onHotspotFailed(ERROR_NO_CHANNEL); in testOnFailedIsCalled()