Searched refs:hasCache (Results 1 – 8 of 8) sorted by relevance
35 public boolean hasCache(); in hasCache() method
95 public boolean hasCache() { in hasCache() method in NtpTrustedTime
364 final long currentTime = mTime.hasCache() ? mTime.currentTimeMillis() in shutdownLocked()668 final long currentTime = mTime.hasCache() ? mTime.currentTimeMillis() in advisePersistThreshold()885 final long currentTime = mTime.hasCache() ? mTime.currentTimeMillis() in bootstrapStatsLocked()939 final long currentTime = mTime.hasCache() ? mTime.currentTimeMillis() in performPollLocked()1000 final long trustedTime = mTime.hasCache() ? mTime.currentTimeMillis() : -1; in performSampleLocked()
1968 return mTime.hasCache() ? mTime.currentTimeMillis() : System.currentTimeMillis(); in currentTimeMillis()
247 long bestNow = mTime.hasCache() ? mTime.currentTimeMillis() in ntpToWallTime()596 if (!mTime.hasCache()) { in checkThrottleAndPostNotification()763 if (mTime.hasCache()) { in onResetAlarm()
274 expect(mMockTime.hasCache()).andReturn(true).anyTimes(); in expectTime()
877 expect(mTime.hasCache()).andReturn(true).anyTimes(); in expectCurrentTime()
952 expect(mTime.hasCache()).andReturn(true).anyTimes(); in expectCurrentTime()