Home
last modified time | relevance | path

Searched refs:REASON_LAST_RESORT_WATCHDOG (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DSelfRecoveryTest.java49 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()
DWifiControllerTest.java970 SelfRecovery.REASON_LAST_RESORT_WATCHDOG); in testRestartWifiWatchdogDoesNotTriggerBugReport()
DWifiLastResortWatchdogTest.java1313 verify(mSelfRecovery).trigger(eq(SelfRecovery.REASON_LAST_RESORT_WATCHDOG)); in incrementFailuresUntilTrigger()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSelfRecovery.java39 public static final int REASON_LAST_RESORT_WATCHDOG = 0; field in SelfRecovery
73 if (!(reason == REASON_LAST_RESORT_WATCHDOG || reason == REASON_WIFINATIVE_FAILURE in trigger()
DWifiController.java474 if (msg.arg1 != SelfRecovery.REASON_LAST_RESORT_WATCHDOG) { in processMessage()
DWifiLastResortWatchdog.java331 mWifiInjector.getSelfRecovery().trigger(SelfRecovery.REASON_LAST_RESORT_WATCHDOG); in noteConnectionFailureAndTriggerIfNeeded()