Searched refs:WTF_INTERVAL_MS (Results 1 – 1 of 1) sorted by relevance
60 private static final long WTF_INTERVAL_MS = 60 * DateUtils.MINUTE_IN_MILLIS; field in CalendarSanityChecker168 if ((nowRealtime - lastWtfTime) <= WTF_INTERVAL_MS) { in checkLastCheckTime()