am a2058e43: Merge change I11c3cdc7 into eclair
Merge commit 'a2058e431736810503bc85fadec31a8e0bfcad95' into eclair-mr2 * commit 'a2058e431736810503bc85fadec31a8e0bfcad95': Change default TIME_DELAYED_TO_RESTART_RADIO to 60secs from 20secs.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user