HomeSort by relevance Sort by last modified time
    Searched refs:REASON_LAST_RESORT_WATCHDOG (Results 1 - 6 of 6) sorted by null

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
SelfRecovery.java 39 public static final int REASON_LAST_RESORT_WATCHDOG = 0;
45 "Last Resort Watchdog", // REASON_LAST_RESORT_WATCHDOG
73 if (!(reason == REASON_LAST_RESORT_WATCHDOG || reason == REASON_WIFINATIVE_FAILURE
WifiController.java 703 if (msg.arg1 != SelfRecovery.REASON_LAST_RESORT_WATCHDOG) {
WifiLastResortWatchdog.java 228 mSelfRecovery.trigger(SelfRecovery.REASON_LAST_RESORT_WATCHDOG);
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
SelfRecoveryTest.java 49 mSelfRecovery.trigger(SelfRecovery.REASON_LAST_RESORT_WATCHDOG);
124 mSelfRecovery.trigger(SelfRecovery.REASON_LAST_RESORT_WATCHDOG);
137 mSelfRecovery.trigger(SelfRecovery.REASON_LAST_RESORT_WATCHDOG);
150 * REASON_LAST_RESORT_WATCHDOG are NOT limited to
158 mSelfRecovery.trigger(SelfRecovery.REASON_LAST_RESORT_WATCHDOG);
WifiControllerTest.java 818 SelfRecovery.REASON_LAST_RESORT_WATCHDOG);
    [all...]
WifiLastResortWatchdogTest.java     [all...]

Completed in 666 milliseconds