Loading core/java/android/provider/Settings.java +2 −2 Original line number Diff line number Diff line Loading @@ -11720,8 +11720,8 @@ public final class Settings { "night_display_forced_auto_mode_available"; /** * If UTC time between two NITZ signals is greater than this value then the second signal * cannot be ignored. * If Unix epoch time between two NITZ signals is greater than this value then the second * signal cannot be ignored. * * <p>This value is in milliseconds. It is used for telephony-based time and time zone * detection. Loading core/java/android/util/TimeUtils.java +2 −2 Original line number Diff line number Diff line Loading @@ -153,8 +153,8 @@ public class TimeUtils { * * <p>Time zone database updates should be expected to occur periodically due to * political and legal changes that cannot be anticipated in advance. Therefore, * when computing the UTC time for a future event, applications should be aware that * the results may differ following a time zone database update. This method allows * when computing the time for a future event, applications should be aware that the * results may differ following a time zone database update. This method allows * applications to detect that a database change has occurred, and to recalculate any * cached times accordingly. * Loading Loading
core/java/android/provider/Settings.java +2 −2 Original line number Diff line number Diff line Loading @@ -11720,8 +11720,8 @@ public final class Settings { "night_display_forced_auto_mode_available"; /** * If UTC time between two NITZ signals is greater than this value then the second signal * cannot be ignored. * If Unix epoch time between two NITZ signals is greater than this value then the second * signal cannot be ignored. * * <p>This value is in milliseconds. It is used for telephony-based time and time zone * detection. Loading
core/java/android/util/TimeUtils.java +2 −2 Original line number Diff line number Diff line Loading @@ -153,8 +153,8 @@ public class TimeUtils { * * <p>Time zone database updates should be expected to occur periodically due to * political and legal changes that cannot be anticipated in advance. Therefore, * when computing the UTC time for a future event, applications should be aware that * the results may differ following a time zone database update. This method allows * when computing the time for a future event, applications should be aware that the * results may differ following a time zone database update. This method allows * applications to detect that a database change has occurred, and to recalculate any * cached times accordingly. * Loading