Merge "Cellular data stall recovery based on networkStatus"
am: 44631dfc26
Change-Id: Ibe4c78717d5b0f0a0709c5271c7974ac79cb9a6f
This commit is contained in:
committed by
android-build-merger
commit
e9dc415e2b
@@ -10470,6 +10470,21 @@ public final class Settings {
|
||||
*/
|
||||
public static final String DATA_STALL_EVALUATION_TYPE = "data_stall_evaluation_type";
|
||||
|
||||
/**
|
||||
* Whether to try cellular data recovery when a bad network is reported.
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
public static final String DATA_STALL_RECOVERY_ON_BAD_NETWORK =
|
||||
"data_stall_recovery_on_bad_network";
|
||||
|
||||
/**
|
||||
* Minumim duration in millisecodns between cellular data recovery attempts
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
public static final String MIN_DURATION_BETWEEN_RECOVERY_STEPS_IN_MS =
|
||||
"min_duration_between_recovery_steps";
|
||||
/**
|
||||
* Whether network service discovery is enabled.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user