Searched defs:mNitzUpdateSpacing (Results 1 - 1 of 1) sorted by last modified time

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DServiceStateTracker.java485 /** if time between NITZ updates is less than mNitzUpdateSpacing the update may be ignored. */
487 private int mNitzUpdateSpacing = SystemProperties.getInt("ro.nitz_update_spacing", field in class:ServiceStateTracker
489 /** If mNitzUpdateSpacing hasn't been exceeded but update is > mNitzUpdate do the update */
3642 Settings.Global.NITZ_UPDATE_SPACING, mNitzUpdateSpacing);

Completed in 26 milliseconds