Add build config values for data use defaults

Don't use hard coded defaults - use build configs instead.

Iface is now ONLY set by config so gservices doesn't need to.

bug:2576057
Change-Id: I8f9e3bc51af3b1cdf8bb4290a43197d9c01e2a14
This commit is contained in:
Robert Greenwalt
2010-04-12 19:20:55 -07:00
parent dd684af8c8
commit d3bb93f687
3 changed files with 68 additions and 45 deletions

View File

@@ -3306,13 +3306,13 @@ public final class Settings {
* The bandwidth throttle threshold (long)
* @hide
*/
public static final String THROTTLE_THRESHOLD = "throttle_threshold";
public static final String THROTTLE_THRESHOLD_BYTES = "throttle_threshold_bytes";
/**
* The bandwidth throttle value (kbps)
* @hide
*/
public static final String THROTTLE_VALUE = "throttle_value";
public static final String THROTTLE_VALUE_KBITSPS = "throttle_value_kbitsps";
/**
* The bandwidth throttle reset calendar day (1-28)
@@ -3326,12 +3326,6 @@ public final class Settings {
*/
public static final String THROTTLE_NOTIFICATION_TYPE = "throttle_notification_type";
/**
* The interface we throttle
* @hide
*/
public static final String THROTTLE_IFACE = "throttle_iface";
/**
* Help URI for data throttling policy
* @hide