Searched refs:getCachedTimeResult (Results 1 – 5 of 5) sorted by relevance
81 doReturn(result).when(mMockNtpTrustedTime).getCachedTimeResult(); in handleInjectNtpTime_cachedAgeLow_injectTime()97 doReturn(result1).when(mMockNtpTrustedTime).getCachedTimeResult(); in handleInjectNtpTime_injectTimeFailed_injectTimeDelayed()108 doReturn(result2).when(mMockNtpTrustedTime).getCachedTimeResult(); in handleInjectNtpTime_injectTimeFailed_injectTimeDelayed()
159 NtpTrustedTime.TimeResult cachedNtpResult = mTime.getCachedTimeResult(); in onPollNetworkTimeUnderWakeLock()163 cachedNtpResult = mTime.getCachedTimeResult(); in onPollNetworkTimeUnderWakeLock()283 NtpTrustedTime.TimeResult ntpResult = mTime.getCachedTimeResult(); in dump()
149 NtpTrustedTime.TimeResult ntpResult = mNtpTime.getCachedTimeResult(); in blockingGetNtpTimeAndInject()160 ntpResult = mNtpTime.getCachedTimeResult(); in blockingGetNtpTimeAndInject()
255 public TimeResult getCachedTimeResult() { in getCachedTimeResult() method in NtpTrustedTime
2661 NtpTrustedTime.TimeResult ntpResult = time.getCachedTimeResult();