Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a2058e43 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change I11c3cdc7 into eclair

* changes:
  Change default TIME_DELAYED_TO_RESTART_RADIO to 60secs from 20secs.
parents 2d155d26 ef7b1294
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@ public final class CdmaDataConnectionTracker extends DataConnectionTracker {

    private boolean mPendingRestartRadio = false;
    private static final int TIME_DELAYED_TO_RESTART_RADIO =
            SystemProperties.getInt("ro.cdma.timetoradiorestart", 20000);
            SystemProperties.getInt("ro.cdma.timetoradiorestart", 60000);

    /**
     * Pool size of CdmaDataConnection objects.