From ef7b12940c8537d91f9d091750318d1641d3329c Mon Sep 17 00:00:00 2001 From: Wink Saville Date: Mon, 26 Oct 2009 15:59:50 -0700 Subject: [PATCH] Change default TIME_DELAYED_TO_RESTART_RADIO to 60secs from 20secs. This is the simple fix for bug 2199271 which increases the timeout for DEACTIVATE thus allowing more time to complete before SETUP_DATA_CALL is retried. This should fix some occurrences of this bug as the current time is known to be too short. Bug: 2199271 Change-Id: I11c3cdc74678399de5f812133c83d687d0ed9937 --- .../internal/telephony/cdma/CdmaDataConnectionTracker.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telephony/java/com/android/internal/telephony/cdma/CdmaDataConnectionTracker.java b/telephony/java/com/android/internal/telephony/cdma/CdmaDataConnectionTracker.java index c695dd74d7a50..a4cf4f588bdf4 100644 --- a/telephony/java/com/android/internal/telephony/cdma/CdmaDataConnectionTracker.java +++ b/telephony/java/com/android/internal/telephony/cdma/CdmaDataConnectionTracker.java @@ -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.