Searched refs:REASON_LAST_RESORT_WATCHDOG (Results 1 – 5 of 5) sorted by relevance
100 mSelfRecovery.trigger(SelfRecovery.REASON_LAST_RESORT_WATCHDOG); in testValidTriggerReasonsSendMessageToWifiController()101 verify(mActiveModeWarden).recoveryRestartWifi(SelfRecovery.REASON_LAST_RESORT_WATCHDOG, in testValidTriggerReasonsSendMessageToWifiController()176 mSelfRecovery.trigger(SelfRecovery.REASON_LAST_RESORT_WATCHDOG); in testTimeWindowLimiting_typicalUse()177 verify(mActiveModeWarden).recoveryRestartWifi(SelfRecovery.REASON_LAST_RESORT_WATCHDOG, in testTimeWindowLimiting_typicalUse()195 mSelfRecovery.trigger(SelfRecovery.REASON_LAST_RESORT_WATCHDOG); in testTimeWindowLimiting_typicalUse()196 verify(mActiveModeWarden).recoveryRestartWifi(SelfRecovery.REASON_LAST_RESORT_WATCHDOG, in testTimeWindowLimiting_typicalUse()231 mSelfRecovery.trigger(SelfRecovery.REASON_LAST_RESORT_WATCHDOG); in testTimeWindowLimiting_NativeFailureOff()232 verify(mActiveModeWarden).recoveryRestartWifi(SelfRecovery.REASON_LAST_RESORT_WATCHDOG, in testTimeWindowLimiting_NativeFailureOff()245 mSelfRecovery.trigger(SelfRecovery.REASON_LAST_RESORT_WATCHDOG); in testTimeWindowLimiting_lastResortWatchdog_noEffect()246 verify(mActiveModeWarden).recoveryRestartWifi(SelfRecovery.REASON_LAST_RESORT_WATCHDOG, in testTimeWindowLimiting_lastResortWatchdog_noEffect()[all …]
2476 mActiveModeWarden.recoveryRestartWifi(SelfRecovery.REASON_LAST_RESORT_WATCHDOG, in testRestartWifiStackInEnabledStateTriggersBugReport()2691 mActiveModeWarden.recoveryRestartWifi(SelfRecovery.REASON_LAST_RESORT_WATCHDOG, in testRestartWifiStackDoesNotExitECMMode()
1353 verify(mSelfRecovery).trigger(eq(SelfRecovery.REASON_LAST_RESORT_WATCHDOG)); in incrementFailuresUntilTrigger()
47 public static final int REASON_LAST_RESORT_WATCHDOG = 0; field in SelfRecovery56 REASON_LAST_RESORT_WATCHDOG,98 case REASON_LAST_RESORT_WATCHDOG: in getRecoveryReasonAsString()149 reason != REASON_LAST_RESORT_WATCHDOG && reason != REASON_API_CALL); in onSubsystemRestart()197 if (!(reason == REASON_LAST_RESORT_WATCHDOG || reason == REASON_WIFINATIVE_FAILURE in trigger()288 case SelfRecovery.REASON_LAST_RESORT_WATCHDOG: in convertSelfRecoveryReason()
366 mWifiInjector.getSelfRecovery().trigger(SelfRecovery.REASON_LAST_RESORT_WATCHDOG); in noteConnectionFailureAndTriggerIfNeeded()