Searched refs:getCachedTimeResult (Results 1 – 6 of 6) sorted by relevance
75 doReturn(result).when(mMockNtpTrustedTime).getCachedTimeResult(); in handleInjectNtpTime_cachedAgeLow_injectTime()88 doReturn(result1).when(mMockNtpTrustedTime).getCachedTimeResult(); in handleInjectNtpTime_injectTimeFailed_injectTimeDelayed()99 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()
2191 NtpTrustedTime.TimeResult ntpResult = time.getCachedTimeResult();
150 NtpTrustedTime.TimeResult ntpResult = mNtpTime.getCachedTimeResult(); in blockingGetNtpTimeAndInject()161 ntpResult = mNtpTime.getCachedTimeResult(); in blockingGetNtpTimeAndInject()
254 public TimeResult getCachedTimeResult() { in getCachedTimeResult() method in NtpTrustedTime
20497 HSPLandroid/util/NtpTrustedTime;->getCachedTimeResult()Landroid/util/NtpTrustedTime$TimeResult;