resolve merge conflicts of d5cb58c693 to stage-aosp-master am: f7149eb698
am: d47339389e
Change-Id: I348cf0e33ad101a84d33c6938ddc580f9fe06a27
This commit is contained in:
@@ -553,19 +553,26 @@ public class CarrierConfigManager {
|
||||
"carrier_data_call_retry_config_strings";
|
||||
|
||||
/**
|
||||
* Delay between trying APN from the pool
|
||||
* Delay in milliseconds between trying APN from the pool
|
||||
* @hide
|
||||
*/
|
||||
public static final String KEY_CARRIER_DATA_CALL_APN_DELAY_DEFAULT_LONG =
|
||||
"carrier_data_call_apn_delay_default_long";
|
||||
|
||||
/**
|
||||
* Faster delay between trying APN from the pool
|
||||
* Faster delay in milliseconds between trying APN from the pool
|
||||
* @hide
|
||||
*/
|
||||
public static final String KEY_CARRIER_DATA_CALL_APN_DELAY_FASTER_LONG =
|
||||
"carrier_data_call_apn_delay_faster_long";
|
||||
|
||||
/**
|
||||
* Delay in milliseconds for retrying APN after disconnect
|
||||
* @hide
|
||||
*/
|
||||
public static final String KEY_CARRIER_DATA_CALL_APN_RETRY_AFTER_DISCONNECT_LONG =
|
||||
"carrier_data_call_apn_retry_after_disconnect_long";
|
||||
|
||||
/**
|
||||
* Data call setup permanent failure causes by the carrier
|
||||
*/
|
||||
@@ -1632,6 +1639,7 @@ public class CarrierConfigManager {
|
||||
"others:max_retries=3, 5000, 5000, 5000"});
|
||||
sDefaults.putLong(KEY_CARRIER_DATA_CALL_APN_DELAY_DEFAULT_LONG, 20000);
|
||||
sDefaults.putLong(KEY_CARRIER_DATA_CALL_APN_DELAY_FASTER_LONG, 3000);
|
||||
sDefaults.putLong(KEY_CARRIER_DATA_CALL_APN_RETRY_AFTER_DISCONNECT_LONG, 10000);
|
||||
sDefaults.putString(KEY_CARRIER_ERI_FILE_NAME_STRING, "eri.xml");
|
||||
sDefaults.putInt(KEY_DURATION_BLOCKING_DISABLED_AFTER_EMERGENCY_INT, 7200);
|
||||
sDefaults.putStringArray(KEY_CARRIER_METERED_APN_TYPES_STRINGS,
|
||||
|
||||
Reference in New Issue
Block a user