Searched refs:TIME_CHANGE_THRESHOLD_MILLIS (Results 1 – 1 of 1) sorted by relevance
65 private const val TIME_CHANGE_THRESHOLD_MILLIS = 60 * 1000L constant103 if (abs(diffSystemTime) > TIME_CHANGE_THRESHOLD_MILLIS) { in checkForTimeChanged()