Searched refs:mMaxNtpCacheAge (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DThrottleService.java90 private long mMaxNtpCacheAge = MAX_NTP_CACHE_AGE; field in class:ThrottleService
478 mMaxNtpCacheAge = maxNtpCacheAgeSec * 1000;
484 ", noteType=" + mPolicyNotificationsAllowedMask + ", mMaxNtpCacheAge=" +
485 mMaxNtpCacheAge);
504 if (mTime.getCacheAge() > mMaxNtpCacheAge) {
757 if (mTime.getCacheAge() > mMaxNtpCacheAge) {
1148 pw.println("mMaxNtpCacheAge=" + mMaxNtpCacheAge);

Completed in 409 milliseconds