Searched refs:onHotspotFailed (Results 1 – 7 of 7) sorted by relevance
29 void onHotspotFailed(int reason); in onHotspotFailed() method
5918 proxy.onHotspotFailed(returnCode); in startLocalOnlyHotspotInternal()7184 onHotspotFailed(LocalOnlyHotspotCallback.ERROR_GENERIC); in onHotspotStarted()7204 public void onHotspotFailed(int reason) { in onHotspotFailed() method in WifiManager.LocalOnlyHotspotCallbackProxy7330 public void onHotspotFailed(int reason) { in onHotspotFailed() method in WifiManager.LocalOnlyHotspotObserverProxy
98 mCallback.onHotspotFailed(reasonCode); in sendHotspotFailedMessage()
840 public void onHotspotFailed(int reason) { in onCommand()
160 verify(mCallback).onHotspotFailed(WifiManager.LocalOnlyHotspotCallback.ERROR_GENERIC); in verifySendFailedMessage()
3880 public void onHotspotFailed(int i) { in onHotspotFailed() method in WifiServiceImplTest.FakeLohsCallback4375 verify(mLohsCallback).onHotspotFailed(ERROR_GENERIC); in testRegisteredCallbacksTriggeredOnSoftApFailureGeneric()4395 verify(mLohsCallback).onHotspotFailed(ERROR_NO_CHANNEL); in testRegisteredCallbacksTriggeredOnSoftApFailureNoChannel()4493 verify(mLohsCallback).onHotspotFailed(ERROR_GENERIC); in testRegisteredCallbacksTriggeredOnlyOnceWhenSoftApFailsTwice()4518 verify(mLohsCallback).onHotspotFailed(ERROR_GENERIC); in testAllRegisteredCallbacksTriggeredWhenSoftApFails()4644 verify(mLohsCallback).onHotspotFailed(ERROR_GENERIC); in testCallOnFailedLocalOnlyHotspotRequestWhenIpConfigFails()4685 verify(mLohsCallback).onHotspotFailed(ERROR_INCOMPATIBLE_MODE); in testCallOnFailedLocalOnlyHotspotRequestWhenTetheringStarts()7813 verify(mLohsCallback).onHotspotFailed(anyInt()); in testStartLohsAndTethering1AP()10744 verify(mLohsCallback).onHotspotFailed(ERROR_GENERIC); in testFailureCallbacksTriggeredWhenSoftApFailsBecauseNonSupportedConfiguration()
987 internalCallback.getValue().onHotspotFailed(ERROR_NO_CHANNEL); in testOnFailedIsCalled()