Searched refs:getCachedNtpTime (Results 1 – 3 of 3) sorted by relevance
56 doReturn(MOCK_NTP_TIME).when(mMockNtpTrustedTime).getCachedNtpTime(); in handleInjectNtpTime_cachedAgeLow_injectTime()76 doReturn(MOCK_NTP_TIME).when(mMockNtpTrustedTime).getCachedNtpTime(); in handleInjectNtpTime_injectTimeFailed_injectTimeDelayed()
144 long time = mNtpTime.getCachedNtpTime(); in blockingGetNtpTimeAndInject()
169 public long getCachedNtpTime() { in getCachedNtpTime() method in NtpTrustedTime