Searched refs:hasCache (Results 1 – 9 of 9) sorted by relevance
35 public boolean hasCache(); in hasCache() method
95 public boolean hasCache() { in hasCache() method in NtpTrustedTime
796 final long currentTime = mTime.hasCache() ? mTime.currentTimeMillis() in performPollLocked()977 final long now = mTime.hasCache() ? mTime.currentTimeMillis() : System.currentTimeMillis(); in performSample()981 final long trustedTime = mTime.hasCache() ? mTime.currentTimeMillis() : -1; in performSample()1236 if (mTime.hasCache()) { in writeNetworkStats()1280 if (mTime.hasCache()) { in writeUidStatsLocked()
1561 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()
273 expect(mMockTime.hasCache()).andReturn(true).anyTimes(); in expectTime()
711 expect(mTime.hasCache()).andReturn(true).anyTimes(); in expectCurrentTime()
815 expect(mTime.hasCache()).andReturn(true).anyTimes(); in expectCurrentTime()
778 boolean hasCache() { in hasCache() method in WebViewDatabase