Searched refs:locationListenerCaptor (Results 1 – 1 of 1) sorted by relevance
84 ArgumentCaptor<LocationListener> locationListenerCaptor = in testLocationListenerOnLocationChanged_validLocationTime_suggestsGnssTime() local92 locationListenerCaptor.capture()); in testLocationListenerOnLocationChanged_validLocationTime_suggestsGnssTime()93 LocationListener locationListener = locationListenerCaptor.getValue(); in testLocationListenerOnLocationChanged_validLocationTime_suggestsGnssTime()114 ArgumentCaptor<LocationListener> locationListenerCaptor = in testLocationListenerOnLocationChanged_nullLocationTime_doesNotSuggestGnssTime() local122 locationListenerCaptor.capture()); in testLocationListenerOnLocationChanged_nullLocationTime_doesNotSuggestGnssTime()123 LocationListener locationListener = locationListenerCaptor.getValue(); in testLocationListenerOnLocationChanged_nullLocationTime_doesNotSuggestGnssTime()140 ArgumentCaptor<LocationListener> locationListenerCaptor = in testLocationListeningRestartsAfterSleep() local160 ArgumentCaptor<LocationListener> locationListenerCaptor = in testStartGnssListeningInternalCalledWhenSleeping() local179 ArgumentCaptor<LocationListener> locationListenerCaptor, in advanceServiceToSleepingState() argument190 any(), any(), any(), locationListenerCaptor.capture()); in advanceServiceToSleepingState()[all …]