Loading packages/SettingsLib/src/com/android/settingslib/connectivity/ConnectivitySubsystemsRecoveryManager.java +6 −3 Original line number Diff line number Diff line Loading @@ -210,7 +210,8 @@ public class ConnectivitySubsystemsRecoveryManager { } private void checkIfAllSubsystemsRestartsAreDone() { if (!mWifiRestartInProgress && !mTelephonyRestartInProgress) { if (!mWifiRestartInProgress && !mTelephonyRestartInProgress && mCurrentRecoveryCallback != null) { mCurrentRecoveryCallback.onSubsystemRestartOperationEnd(); mCurrentRecoveryCallback = null; } Loading Loading @@ -283,8 +284,10 @@ public class ConnectivitySubsystemsRecoveryManager { stopTrackingTelephonyRestart(); mWifiRestartInProgress = false; mTelephonyRestartInProgress = false; if (mCurrentRecoveryCallback != null) { mCurrentRecoveryCallback.onSubsystemRestartOperationEnd(); mCurrentRecoveryCallback = null; } }, RESTART_TIMEOUT_MS); } }); Loading Loading
packages/SettingsLib/src/com/android/settingslib/connectivity/ConnectivitySubsystemsRecoveryManager.java +6 −3 Original line number Diff line number Diff line Loading @@ -210,7 +210,8 @@ public class ConnectivitySubsystemsRecoveryManager { } private void checkIfAllSubsystemsRestartsAreDone() { if (!mWifiRestartInProgress && !mTelephonyRestartInProgress) { if (!mWifiRestartInProgress && !mTelephonyRestartInProgress && mCurrentRecoveryCallback != null) { mCurrentRecoveryCallback.onSubsystemRestartOperationEnd(); mCurrentRecoveryCallback = null; } Loading Loading @@ -283,8 +284,10 @@ public class ConnectivitySubsystemsRecoveryManager { stopTrackingTelephonyRestart(); mWifiRestartInProgress = false; mTelephonyRestartInProgress = false; if (mCurrentRecoveryCallback != null) { mCurrentRecoveryCallback.onSubsystemRestartOperationEnd(); mCurrentRecoveryCallback = null; } }, RESTART_TIMEOUT_MS); } }); Loading