Searched refs:hasCache (Results 1 – 6 of 6) sorted by relevance
35 public boolean hasCache(); in hasCache() method
95 public boolean hasCache() { in hasCache() method in NtpTrustedTime
375 final long currentTime = mTime.hasCache() ? mTime.currentTimeMillis() in shutdownLocked()677 final long currentTime = mTime.hasCache() ? mTime.currentTimeMillis() in advisePersistThreshold()942 final long currentTime = mTime.hasCache() ? mTime.currentTimeMillis() in bootstrapStatsLocked()996 final long currentTime = mTime.hasCache() ? mTime.currentTimeMillis() in performPollLocked()1058 final long trustedTime = mTime.hasCache() ? mTime.currentTimeMillis() : -1; in performSampleLocked()
2210 return mTime.hasCache() ? mTime.currentTimeMillis() : System.currentTimeMillis(); in currentTimeMillis()
846 expect(mTime.hasCache()).andReturn(true).anyTimes(); in expectCurrentTime()
952 expect(mTime.hasCache()).andReturn(true).anyTimes(); in expectCurrentTime()