Home
last modified time | relevance | path

Searched refs:hasCache (Results 1 – 8 of 8) 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/java/com/android/server/net/
DNetworkStatsService.java364 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()
DNetworkPolicyManagerService.java1968 return mTime.hasCache() ? mTime.currentTimeMillis() : System.currentTimeMillis(); in currentTimeMillis()
/frameworks/base/services/java/com/android/server/
DThrottleService.java247 long bestNow = mTime.hasCache() ? mTime.currentTimeMillis() in ntpToWallTime()
596 if (!mTime.hasCache()) { in checkThrottleAndPostNotification()
763 if (mTime.hasCache()) { in onResetAlarm()
/frameworks/base/services/tests/servicestests/src/com/android/server/
DThrottleServiceTest.java274 expect(mMockTime.hasCache()).andReturn(true).anyTimes(); in expectTime()
DNetworkPolicyManagerServiceTest.java877 expect(mTime.hasCache()).andReturn(true).anyTimes(); in expectCurrentTime()
DNetworkStatsServiceTest.java952 expect(mTime.hasCache()).andReturn(true).anyTimes(); in expectCurrentTime()