Searched refs:recoveryRestartWifi (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | SelfRecoveryTest.java | 101 verify(mActiveModeWarden).recoveryRestartWifi(SelfRecovery.REASON_LAST_RESORT_WATCHDOG, in testValidTriggerReasonsSendMessageToWifiController() 108 verify(mActiveModeWarden).recoveryRestartWifi(SelfRecovery.REASON_WIFINATIVE_FAILURE, in testValidTriggerReasonsSendMessageToWifiController() 147 verify(mActiveModeWarden).recoveryRestartWifi(SelfRecovery.REASON_WIFINATIVE_FAILURE, in testTimeWindowLimiting_typicalUse() 158 verify(mActiveModeWarden, never()).recoveryRestartWifi( in testTimeWindowLimiting_typicalUse() 167 verify(mActiveModeWarden, never()).recoveryRestartWifi( in testTimeWindowLimiting_typicalUse() 177 verify(mActiveModeWarden).recoveryRestartWifi(SelfRecovery.REASON_LAST_RESORT_WATCHDOG, in testTimeWindowLimiting_typicalUse() 196 verify(mActiveModeWarden).recoveryRestartWifi(SelfRecovery.REASON_LAST_RESORT_WATCHDOG, in testTimeWindowLimiting_typicalUse() 207 verify(mActiveModeWarden).recoveryRestartWifi(SelfRecovery.REASON_WIFINATIVE_FAILURE, in testTimeWindowLimiting_typicalUse() 222 verify(mActiveModeWarden, never()).recoveryRestartWifi( in testTimeWindowLimiting_NativeFailureOff() 232 verify(mActiveModeWarden).recoveryRestartWifi(SelfRecovery.REASON_LAST_RESORT_WATCHDOG, in testTimeWindowLimiting_NativeFailureOff() [all …]
|
D | ActiveModeWardenTest.java | 2476 mActiveModeWarden.recoveryRestartWifi(SelfRecovery.REASON_LAST_RESORT_WATCHDOG, in testRestartWifiStackInEnabledStateTriggersBugReport() 2488 mActiveModeWarden.recoveryRestartWifi(SelfRecovery.REASON_WIFINATIVE_FAILURE, in testRestartWifiWatchdogDoesNotTriggerBugReport() 2541 mActiveModeWarden.recoveryRestartWifi(SelfRecovery.REASON_WIFINATIVE_FAILURE, in testRestartWifiStackInDisabledState() 2600 mActiveModeWarden.recoveryRestartWifi(SelfRecovery.REASON_WIFINATIVE_FAILURE, in testRestartWifiStackInStaScanEnabledState() 2638 mActiveModeWarden.recoveryRestartWifi(SelfRecovery.REASON_WIFINATIVE_FAILURE, in testRestartWifiStackInStaConnectEnabledState() 2691 mActiveModeWarden.recoveryRestartWifi(SelfRecovery.REASON_LAST_RESORT_WATCHDOG, in testRestartWifiStackDoesNotExitECMMode() 2718 mActiveModeWarden.recoveryRestartWifi(SelfRecovery.REASON_WIFINATIVE_FAILURE, in testRestartWifiStackInTetheredSoftApEnabledState() 2764 mActiveModeWarden.recoveryRestartWifi(SelfRecovery.REASON_WIFINATIVE_FAILURE, in testRestartWifiStackInTetheredSoftApEnabledState_SlowDisable() 2814 mActiveModeWarden.recoveryRestartWifi(SelfRecovery.REASON_WIFINATIVE_FAILURE, in testRestartWifiStackInTetheredSoftApAndStaConnectEnabledState()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | SelfRecovery.java | 148 mActiveModeWarden.recoveryRestartWifi(reason, in onSubsystemRestart()
|
D | ActiveModeWarden.java | 756 public void recoveryRestartWifi(@SelfRecovery.RecoveryReason int reason, in recoveryRestartWifi() method in ActiveModeWarden
|