HomeSort by relevance Sort by last modified time
    Searched refs:getCacheCertainty (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/android/util/
TrustedTime.java 48 public long getCacheCertainty();
NtpTrustedTime.java 109 public long getCacheCertainty() {
  /frameworks/base/services/tests/servicestests/src/com/android/server/
ThrottleServiceTest.java 276 expect(mMockTime.getCacheCertainty()).andReturn(0L).anyTimes();
NetworkPolicyManagerServiceTest.java 714 expect(mTime.getCacheCertainty()).andReturn(0L).anyTimes();
    [all...]
NetworkStatsServiceTest.java     [all...]
  /frameworks/base/services/java/com/android/server/location/
GpsLocationProvider.java 561 long certainty = mNtpTime.getCacheCertainty();
    [all...]

Completed in 2165 milliseconds