Merge commit '126fee88d480939d46b8ddd1e3a03cdd193fa040' * commit '126fee88d480939d46b8ddd1e3a03cdd193fa040': Add code to use Gservices provided values for throtting NITZ updates.
This commit is contained in:
@@ -3710,6 +3710,19 @@ public final class Settings {
|
||||
public static final String DROPBOX_TAG_PREFIX =
|
||||
"dropbox:";
|
||||
|
||||
/**
|
||||
* The length of time in milli-seconds that automatic small adjustments to
|
||||
* SystemClock are ignored if NITZ_UPDATE_DIFF is not exceeded.
|
||||
*/
|
||||
public static final String NITZ_UPDATE_SPACING = "nitz_update_spacing";
|
||||
|
||||
/**
|
||||
* If the NITZ_UPDATE_DIFF time is exceeded then an automatic adjustment
|
||||
* to SystemClock will be allowed even if NITZ_UPDATE_SPACING has not been
|
||||
* exceeded.
|
||||
*/
|
||||
public static final String NITZ_UPDATE_DIFF = "nitz_update_diff";
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
* @hide
|
||||
|
||||
Reference in New Issue
Block a user