Merge "Cellular data stall recovery based on networkStatus"

am: 44631dfc26

Change-Id: Ibe4c78717d5b0f0a0709c5271c7974ac79cb9a6f
This commit is contained in:
Jayachandran Chinnakkannu
2019-01-18 15:19:23 -08:00
committed by android-build-merger
3 changed files with 18 additions and 1 deletions

View File

@@ -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.
*