am c2d17d3b: Merge "Make APN re-connect delay configuable" into honeycomb-LTE
* commit 'c2d17d3bea02991df378237ea7058ccedb7c6a14': Make APN re-connect delay configuable
This commit is contained in:
@@ -145,8 +145,10 @@ public abstract class DataConnectionTracker extends Handler {
|
|||||||
|
|
||||||
public static final String APN_TYPE_KEY = "apnType";
|
public static final String APN_TYPE_KEY = "apnType";
|
||||||
|
|
||||||
/** Delay between APN attempts */
|
/** Delay between APN attempts.
|
||||||
protected static final int APN_DELAY_MILLIS = 5000;
|
Note the property override mechanism is there just for testing purpose only. */
|
||||||
|
protected static final int APN_DELAY_MILLIS =
|
||||||
|
SystemProperties.getInt("persist.radio.apn_delay", 5000);
|
||||||
|
|
||||||
// responds to the setInternalDataEnabled call - used internally to turn off data
|
// responds to the setInternalDataEnabled call - used internally to turn off data
|
||||||
// for example during emergency calls
|
// for example during emergency calls
|
||||||
|
|||||||
Reference in New Issue
Block a user