Searched refs:mMockLocationManager (Results 1 – 2 of 2) sorted by relevance
46 private LocationManager mMockLocationManager; field in LocationManagerProxyTest52 .thenReturn(mMockLocationManager); in setUp()60 verify(mMockLocationManager).injectLocation(location); in testLocationManagerProxyCanInjectLocation()66 when(mMockLocationManager.getLastKnownLocation(LocationManager.GPS_PROVIDER)) in testLocationManagerProxyCanGetLastKnownLocation()75 when(mMockLocationManager.isLocationEnabled()).thenReturn(true); in testLocationManagerProxyCanCheckIfLocationIsEnabled()78 when(mMockLocationManager.isLocationEnabled()).thenReturn(false); in testLocationManagerProxyCanCheckIfLocationIsEnabled()
61 @Mock private LocationManager mMockLocationManager; field in GnssTimeUpdateServiceTest81 .thenReturn(mMockLocationManager); in setUp()111 verify(mMockLocationManager).requestLocationUpdates( in testLocationListenerOnLocationChanged_validLocationTime_suggestsGnssTime()123 verify(mMockLocationManager).removeUpdates(locationListener); in testLocationListenerOnLocationChanged_validLocationTime_suggestsGnssTime()141 verify(mMockLocationManager).requestLocationUpdates( in testLocationListenerOnLocationChanged_nullLocationTime_doesNotSuggestGnssTime()153 verify(mMockLocationManager).removeUpdates(locationListener); in testLocationListenerOnLocationChanged_nullLocationTime_doesNotSuggestGnssTime()