HomeSort by relevance Sort by last modified time
    Searched refs:getCacheAge (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/android/util/
TrustedTime.java 41 public long getCacheAge();
NtpTrustedTime.java 134 public long getCacheAge() {
160 return mCachedNtpTime + getCacheAge();
  /frameworks/base/services/robotests/src/com/android/server/location/
NtpTimeHelperTest.java 62 doReturn(NtpTimeHelper.NTP_INTERVAL - 1).when(mMockNtpTrustedTime).getCacheAge();
74 doReturn(NtpTimeHelper.NTP_INTERVAL + 1).when(mMockNtpTrustedTime).getCacheAge();
82 doReturn(1L).when(mMockNtpTrustedTime).getCacheAge();
  /frameworks/base/services/core/java/com/android/server/location/
NtpTimeHelper.java 133 if (mNtpTime.getCacheAge() >= NTP_INTERVAL) {
143 if (mNtpTime.getCacheAge() < NTP_INTERVAL) {
  /frameworks/base/services/core/java/com/android/server/
NetworkTimeUpdateService.java 168 if (mTime.getCacheAge() >= mPollingIntervalMs) {
173 if (mTime.getCacheAge() < mPollingIntervalMs) {
325 pw.println("NTP cache age: " + mTime.getCacheAge());
  /frameworks/base/config/
boot-image-profile.txt     [all...]

Completed in 571 milliseconds