am 88ccecf5: am d1055a25: Make the NTP Cache max-age gservices-settable

Merge commit '88ccecf573a52648052bc9c7858f345776f76e0e' into kraken

* commit '88ccecf573a52648052bc9c7858f345776f76e0e':
  Make the NTP Cache max-age gservices-settable
This commit is contained in:
Robert Greenwalt
2010-05-25 16:15:37 -07:00
committed by Android Git Automerger
2 changed files with 18 additions and 3 deletions

View File

@@ -3332,6 +3332,14 @@ public final class Settings {
*/
public static final String THROTTLE_HELP_URI = "throttle_help_uri";
/**
* The length of time in Sec that we allow our notion of NTP time
* to be cached before we refresh it
* @hide
*/
public static final String THROTTLE_MAX_NTP_CACHE_AGE_SEC =
"throttle_max_ntp_cache_age_sec";
/**
* @hide