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

/frameworks/base/core/java/android/util/
H A DTrustedTime.java35 public boolean hasCache(); method in interface:TrustedTime
H A DNtpTrustedTime.java95 public boolean hasCache() { method in class:NtpTrustedTime
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsService.java375 final long currentTime = mTime.hasCache() ? mTime.currentTimeMillis()
677 final long currentTime = mTime.hasCache() ? mTime.currentTimeMillis()
942 final long currentTime = mTime.hasCache() ? mTime.currentTimeMillis()
996 final long currentTime = mTime.hasCache() ? mTime.currentTimeMillis()
1058 final long trustedTime = mTime.hasCache() ? mTime.currentTimeMillis() : -1;
H A DNetworkPolicyManagerService.java2210 return mTime.hasCache() ? mTime.currentTimeMillis() : System.currentTimeMillis();
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DNetworkPolicyManagerServiceTest.java846 expect(mTime.hasCache()).andReturn(true).anyTimes();
H A DNetworkStatsServiceTest.java952 expect(mTime.hasCache()).andReturn(true).anyTimes();

Completed in 162 milliseconds