Searched refs:mMockLocationManagerInternal (Results 1 – 1 of 1) sorted by relevance
58 @Mock private LocationManagerInternal mMockLocationManagerInternal; field in GnssTimeUpdateServiceTest70 mMockContext, mMockAlarmManager, mMockLocationManager, mMockLocationManagerInternal, in setUp()80 doReturn(locationTime).when(mMockLocationManagerInternal).getGnssTimeMillis(); in testLocationListenerOnLocationChanged_validLocationTime_suggestsGnssTime()110 doReturn(null).when(mMockLocationManagerInternal).getGnssTimeMillis(); in testLocationListenerOnLocationChanged_nullLocationTime_doesNotSuggestGnssTime()185 doReturn(locationTime).when(mMockLocationManagerInternal).getGnssTimeMillis(); in advanceServiceToSleepingState()211 mMockLocationManagerInternal); in advanceServiceToSleepingState()