Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/timedetector/
H A DGnssTimeUpdateServiceTest.java59 @Mock private TimeDetectorInternal mMockTimeDetectorInternal; field in GnssTimeUpdateServiceTest
71 mMockTimeDetectorInternal); in setUp()
99 verify(mMockTimeDetectorInternal).suggestGnssTime(timeSuggestion); in testLocationListenerOnLocationChanged_validLocationTime_suggestsGnssTime()
129 verifyZeroInteractions(mMockTimeDetectorInternal); in testLocationListenerOnLocationChanged_nullLocationTime_doesNotSuggestGnssTime()
153 verifyZeroInteractions(mMockAlarmManager, mMockTimeDetectorInternal); in testLocationListeningRestartsAfterSleep()
175 verifyZeroInteractions(mMockTimeDetectorInternal); in testStartGnssListeningInternalCalledWhenSleeping()
193 verifyZeroInteractions(mMockAlarmManager, mMockTimeDetectorInternal); in advanceServiceToSleepingState()
198 verify(mMockTimeDetectorInternal).suggestGnssTime(timeSuggestion); in advanceServiceToSleepingState()
210 reset(mMockAlarmManager, mMockTimeDetectorInternal, mMockLocationManager, in advanceServiceToSleepingState()