Searched refs:removeLocationUpdates (Results 1 – 17 of 17) sorted by relevance
63 mTestLocationManager.removeLocationUpdates(mLocationListenerMain); in tearDown()66 mTestLocationManager.removeLocationUpdates(mLocationListenerAfterRateChanges); in tearDown()92 mTestLocationManager.removeLocationUpdates(mLocationListenerMain); in testVariedRates()122 mTestLocationManager.removeLocationUpdates(mLocationListenerMain); in testVariedRatesOnOff()160 mTestLocationManager.removeLocationUpdates(mLocationListenerMain); in testVariedRatesRepetitive()
153 mTestLocationManager.removeLocationUpdates(activeLocationListener); in testLocationUpdatesAtInterval()154 mTestLocationManager.removeLocationUpdates(passiveLocationListener); in testLocationUpdatesAtInterval()209 mTestLocationManager.removeLocationUpdates(locationListener); in testUtcToElapsedRealtimeDriftAtInterval()
79 mTestLocationManager.removeLocationUpdates(mLocationListener); in tearDown()
63 mTestLocationManager.removeLocationUpdates(mLocationListener); in tearDown()
161 mTestLocationManager.removeLocationUpdates(locationListener); in checkTtffByThreshold()
60 mTestLocationManager.removeLocationUpdates(mLocationListener); in tearDown()
85 mTestLocationManager.removeLocationUpdates(mLocationListener); in tearDown()
71 mTestLocationManager.removeLocationUpdates(mLocationListener); in tearDown()
75 mTestLocationManager.removeLocationUpdates(locationListener); in checkGnssChange()
91 mTestLocationManager.removeLocationUpdates(mLocationListener); in tearDown()
97 mTestLocationManager.removeLocationUpdates(mLocationListener); in tearDown()
65 mTestLocationManager.removeLocationUpdates(mLocationListener); in tearDown()98 mTestLocationManager.removeLocationUpdates(locationListener); in waitForRegularGnssLocations()
80 mTestLocationManager.removeLocationUpdates(mLocationListener); in tearDown()
67 mTestLocationManager.removeLocationUpdates(mLocationListener); in tearDown()
102 mTestLocationManager.removeLocationUpdates(locationListener); in testInjectGnssMeasurementCorrections()
54 public void removeLocationUpdates(LocationListener listener) { in removeLocationUpdates() method in TestLocationManager