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.java63 mSelfRecovery.trigger(SelfRecovery.REASON_LAST_RESORT_WATCHDOG); in testValidTriggerReasonsSendMessageToWifiController()
64 verify(mActiveModeWarden).recoveryRestartWifi(SelfRecovery.REASON_LAST_RESORT_WATCHDOG); in testValidTriggerReasonsSendMessageToWifiController()
125 mSelfRecovery.trigger(SelfRecovery.REASON_LAST_RESORT_WATCHDOG); in testTimeWindowLimiting_typicalUse()
126 verify(mActiveModeWarden).recoveryRestartWifi(SelfRecovery.REASON_LAST_RESORT_WATCHDOG); in testTimeWindowLimiting_typicalUse()
137 mSelfRecovery.trigger(SelfRecovery.REASON_LAST_RESORT_WATCHDOG); in testTimeWindowLimiting_typicalUse()
138 verify(mActiveModeWarden).recoveryRestartWifi(SelfRecovery.REASON_LAST_RESORT_WATCHDOG); in testTimeWindowLimiting_typicalUse()
164 mSelfRecovery.trigger(SelfRecovery.REASON_LAST_RESORT_WATCHDOG); in testTimeWindowLimiting_NativeFailureOff()
165 verify(mActiveModeWarden).recoveryRestartWifi(SelfRecovery.REASON_LAST_RESORT_WATCHDOG); in testTimeWindowLimiting_NativeFailureOff()
177 mSelfRecovery.trigger(SelfRecovery.REASON_LAST_RESORT_WATCHDOG); in testTimeWindowLimiting_lastResortWatchdog_noEffect()
178 verify(mActiveModeWarden).recoveryRestartWifi(SelfRecovery.REASON_LAST_RESORT_WATCHDOG); in testTimeWindowLimiting_lastResortWatchdog_noEffect()
DActiveModeWardenTest.java1852 mActiveModeWarden.recoveryRestartWifi(SelfRecovery.REASON_LAST_RESORT_WATCHDOG); in testRestartWifiWatchdogDoesNotTriggerBugReport()
2003 mActiveModeWarden.recoveryRestartWifi(SelfRecovery.REASON_LAST_RESORT_WATCHDOG); in testRestartWifiStackDoesNotExitECMMode()
DWifiLastResortWatchdogTest.java1318 verify(mSelfRecovery).trigger(eq(SelfRecovery.REASON_LAST_RESORT_WATCHDOG)); in incrementFailuresUntilTrigger()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSelfRecovery.java46 public static final int REASON_LAST_RESORT_WATCHDOG = 0; field in SelfRecovery
52 REASON_LAST_RESORT_WATCHDOG,
88 if (!(reason == REASON_LAST_RESORT_WATCHDOG || reason == REASON_WIFINATIVE_FAILURE in trigger()
DWifiLastResortWatchdog.java323 mWifiInjector.getSelfRecovery().trigger(SelfRecovery.REASON_LAST_RESORT_WATCHDOG); in noteConnectionFailureAndTriggerIfNeeded()
DActiveModeWarden.java954 if (msg.arg1 != SelfRecovery.REASON_LAST_RESORT_WATCHDOG) { in processMessageFiltered()