Home
last modified time | relevance | path

Searched refs:getCachedTimeResult (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/robotests/src/com/android/server/location/
DNtpTimeHelperTest.java59 doReturn(result).when(mMockNtpTrustedTime).getCachedTimeResult(); in handleInjectNtpTime_cachedAgeLow_injectTime()
72 doReturn(result1).when(mMockNtpTrustedTime).getCachedTimeResult(); in handleInjectNtpTime_injectTimeFailed_injectTimeDelayed()
83 doReturn(result2).when(mMockNtpTrustedTime).getCachedTimeResult(); in handleInjectNtpTime_injectTimeFailed_injectTimeDelayed()
/frameworks/base/services/core/java/com/android/server/
DNetworkTimeUpdateService.java157 NtpTrustedTime.TimeResult cachedNtpResult = mTime.getCachedTimeResult(); in onPollNetworkTimeUnderWakeLock()
161 cachedNtpResult = mTime.getCachedTimeResult(); in onPollNetworkTimeUnderWakeLock()
281 NtpTrustedTime.TimeResult ntpResult = mTime.getCachedTimeResult(); in dump()
DAlarmManagerService.java2166 NtpTrustedTime.TimeResult ntpResult = time.getCachedTimeResult();
/frameworks/base/services/core/java/com/android/server/location/
DNtpTimeHelper.java133 NtpTrustedTime.TimeResult ntpResult = mNtpTime.getCachedTimeResult(); in blockingGetNtpTimeAndInject()
144 ntpResult = mNtpTime.getCachedTimeResult(); in blockingGetNtpTimeAndInject()
/frameworks/base/core/java/android/util/
DNtpTrustedTime.java254 public TimeResult getCachedTimeResult() { in getCachedTimeResult() method in NtpTrustedTime