Searched refs:getCachedTimeResult (Results 1 – 5 of 5) sorted by relevance
59 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()
157 NtpTrustedTime.TimeResult cachedNtpResult = mTime.getCachedTimeResult(); in onPollNetworkTimeUnderWakeLock()161 cachedNtpResult = mTime.getCachedTimeResult(); in onPollNetworkTimeUnderWakeLock()281 NtpTrustedTime.TimeResult ntpResult = mTime.getCachedTimeResult(); in dump()
2166 NtpTrustedTime.TimeResult ntpResult = time.getCachedTimeResult();
133 NtpTrustedTime.TimeResult ntpResult = mNtpTime.getCachedTimeResult(); in blockingGetNtpTimeAndInject()144 ntpResult = mNtpTime.getCachedTimeResult(); in blockingGetNtpTimeAndInject()
254 public TimeResult getCachedTimeResult() { in getCachedTimeResult() method in NtpTrustedTime