Home
last modified time | relevance | path

Searched refs:hasCache (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/util/
DTrustedTime.java35 public boolean hasCache(); in hasCache() method
DNtpTrustedTime.java95 public boolean hasCache() { in hasCache() method in NtpTrustedTime
/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsService.java375 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()
DNetworkPolicyManagerService.java2210 return mTime.hasCache() ? mTime.currentTimeMillis() : System.currentTimeMillis(); in currentTimeMillis()
/frameworks/base/services/tests/servicestests/src/com/android/server/
DNetworkPolicyManagerServiceTest.java846 expect(mTime.hasCache()).andReturn(true).anyTimes(); in expectCurrentTime()
DNetworkStatsServiceTest.java952 expect(mTime.hasCache()).andReturn(true).anyTimes(); in expectCurrentTime()