Searched refs:REASON_LAST_RESORT_WATCHDOG (Results 1 – 6 of 6) sorted by relevance
49 mSelfRecovery.trigger(SelfRecovery.REASON_LAST_RESORT_WATCHDOG); in testValidTriggerReasonsSendMessageToWifiController()124 mSelfRecovery.trigger(SelfRecovery.REASON_LAST_RESORT_WATCHDOG); in testTimeWindowLimiting_typicalUse()137 mSelfRecovery.trigger(SelfRecovery.REASON_LAST_RESORT_WATCHDOG); in testTimeWindowLimiting_typicalUse()158 mSelfRecovery.trigger(SelfRecovery.REASON_LAST_RESORT_WATCHDOG); in testTimeWindowLimiting_lastResortWatchdog_noEffect()
970 SelfRecovery.REASON_LAST_RESORT_WATCHDOG); in testRestartWifiWatchdogDoesNotTriggerBugReport()
1313 verify(mSelfRecovery).trigger(eq(SelfRecovery.REASON_LAST_RESORT_WATCHDOG)); in incrementFailuresUntilTrigger()
39 public static final int REASON_LAST_RESORT_WATCHDOG = 0; field in SelfRecovery73 if (!(reason == REASON_LAST_RESORT_WATCHDOG || reason == REASON_WIFINATIVE_FAILURE in trigger()
474 if (msg.arg1 != SelfRecovery.REASON_LAST_RESORT_WATCHDOG) { in processMessage()
331 mWifiInjector.getSelfRecovery().trigger(SelfRecovery.REASON_LAST_RESORT_WATCHDOG); in noteConnectionFailureAndTriggerIfNeeded()