Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/
DGnssLocationRateChangeTest.java82 mTestLocationManager.requestLocationUpdates(mLocationListenerMain); in testVariedRates()
88 mTestLocationManager.requestLocationUpdates(mLocationListenerMain, in testVariedRates()
93 mTestLocationManager.requestLocationUpdates(mLocationListenerAfterRateChanges); in testVariedRates()
112 mTestLocationManager.requestLocationUpdates(mLocationListenerMain); in testVariedRatesOnOff()
118 mTestLocationManager.requestLocationUpdates(mLocationListenerMain, in testVariedRatesOnOff()
124 mTestLocationManager.requestLocationUpdates(mLocationListenerAfterRateChanges); in testVariedRatesOnOff()
143 mTestLocationManager.requestLocationUpdates(mLocationListenerMain); in testVariedRatesRepetitive()
150 mTestLocationManager.requestLocationUpdates(mLocationListenerMain, in testVariedRatesRepetitive()
156 mTestLocationManager.requestLocationUpdates(mLocationListenerMain, in testVariedRatesRepetitive()
163 mTestLocationManager.requestLocationUpdates(mLocationListenerAfterRateChanges); in testVariedRatesRepetitive()
DGnssLocationValuesTest.java74 mTestLocationManager.requestLocationUpdates(mLocationListener); in testAccuracyFields()
144 mTestLocationManager.requestLocationUpdates(mLocationListener); in testLocationRegularFields()
DGnssLocationUpdateIntervalTest.java124 mTestLocationManager.requestLocationUpdates(activeLocationListener, fixIntervalMillis); in testLocationUpdatesAtInterval()
152 mTestLocationManager.requestLocationUpdates(locationListener, 1000); in testUtcToElapsedRealtimeDriftAtInterval()
DGnssNavigationMessageRegistrationTest.java128 mTestLocationManager.requestLocationUpdates(mLocationListener); in testGnssNavigationMessageRegistration()
DGnssMeasurementsConstellationTest.java90 mTestLocationManager.requestLocationUpdates(mLocationListener); in testGnssMultiConstellationSupported()
DGnssAntennaInfoTest.java79 mTestLocationManager.getLocationManager().requestLocationUpdates( in checkGnssChange()
DGnssMeasurementRegistrationTest.java142 mTestLocationManager.requestLocationUpdates(mLocationListener); in verifyGnssMeasurementsReceived()
DGnssPseudorangeVerificationTest.java122 mTestLocationManager.requestLocationUpdates(mLocationListener); in testPseudorangeValue()
266 mTestLocationManager.requestLocationUpdates(mLocationListener); in testPseudoPosition()
DGnssTtffTests.java140 mTestLocationManager.requestLocationUpdates(locationListener); in checkTtffByThreshold()
DGnssNavigationMessageTest.java90 mTestLocationManager.requestLocationUpdates(mLocationListener); in testGnssNavigationMessageMandatoryFieldRanges()
DGnssMeasurementValuesTest.java94 mTestLocationManager.requestLocationUpdates(mLocationListener); in testListenForGnssMeasurements()
DGnssStatusTest.java43 mTestLocationManager.requestLocationUpdates(locationListener); in checkGnssChange()
DGnssMeasurementWhenNoLocationTest.java136 mTestLocationManager.requestLocationUpdates(mLocationListener); in testGnssMeasurementWhenNoLocation()
/cts/tests/location/common/src/android/location/cts/common/
DTestLocationManager.java141 mLocationManager.requestLocationUpdates( in requestLowPowerModeGnssLocationUpdates()
165 public void requestLocationUpdates(LocationListener locationListener, int minTimeMsec) { in requestLocationUpdates() method in TestLocationManager
168 mLocationManager.requestLocationUpdates(LocationManager.GPS_PROVIDER, in requestLocationUpdates()
181 public void requestLocationUpdates(LocationListener locationListener) { in requestLocationUpdates() method in TestLocationManager
182 requestLocationUpdates(locationListener, 0 /* minTimeMsec */); in requestLocationUpdates()
193 mLocationManager.requestLocationUpdates(LocationManager.NETWORK_PROVIDER, in requestNetworkLocationUpdates()
209 mLocationManager.requestLocationUpdates(LocationManager.PASSIVE_PROVIDER, in requestPassiveLocationUpdates()
/cts/tests/location/location_fine/src/android/location/cts/fine/
DLocationManagerFineTest.java348 mManager.requestLocationUpdates(TEST_PROVIDER, 0, 0, in testRequestLocationUpdates()
371 mManager.requestLocationUpdates(TEST_PROVIDER, 0, 0, null, Looper.getMainLooper()); in testRequestLocationUpdates()
378 mManager.requestLocationUpdates(TEST_PROVIDER, 0, 0, null, capture); in testRequestLocationUpdates()
385 mManager.requestLocationUpdates(null, 0, 0, capture, Looper.getMainLooper()); in testRequestLocationUpdates()
404 mManager.requestLocationUpdates( in testRequestLocationUpdates_Passive()
422 mManager.requestLocationUpdates(TEST_PROVIDER, 0, 0, capture.getPendingIntent()); in testRequestLocationUpdates_PendingIntent()
444 mManager.requestLocationUpdates(TEST_PROVIDER, 0, 0, (PendingIntent) null); in testRequestLocationUpdates_PendingIntent()
456 mManager.requestLocationUpdates(TEST_PROVIDER, 0, 0, immutablePI); in testRequestLocationUpdates_PendingIntent()
465 mManager.requestLocationUpdates(null, 0, 0, capture.getPendingIntent()); in testRequestLocationUpdates_PendingIntent()
485 mManager.requestLocationUpdates(TEST_PROVIDER, 0, 0, Runnable::run, capture); in testRequestLocationUpdates_DirectExecutor()
[all …]
/cts/tests/location/location_none/src/android/location/cts/none/
DNoLocationPermissionTest.java58 mLocationManager.requestLocationUpdates(provider, 0, 0, capture, in testRequestLocationUpdates()
66 mLocationManager.requestLocationUpdates(provider, 0, 0, Runnable::run, capture); in testRequestLocationUpdates()
74 mLocationManager.requestLocationUpdates(provider, 0, 0, capture.getPendingIntent()); in testRequestLocationUpdates()
/cts/tests/location/location_coarse/src/android/location/cts/coarse/
DLocationManagerCoarseTest.java175 mManager.requestLocationUpdates( in testRequestLocationUpdates()
198 mManager.requestLocationUpdates( in testRequestLocationUpdates_Passive()
222 mManager.requestLocationUpdates(TEST_PROVIDER, 0, 0, capture.getPendingIntent()); in testRequestLocationUpdates_PendingIntent()
/cts/tests/location/location_privileged/src/android/location/cts/privileged/
DGnssMeasurementRegistrationTest.java152 mTestLocationManager.requestLocationUpdates(mLocationListener); in verifyGnssMeasurementsReceived()
DGnssLocationValuesTest.java94 mTestLocationManager.requestLocationUpdates(locationListener); in waitForRegularGnssLocations()
DGnssMeasurementValuesTest.java102 mTestLocationManager.requestLocationUpdates(mLocationListener); in testListenForGnssMeasurements()
/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/
DAtomTests.java576 locManager.requestLocationUpdates(LocationManager.GPS_PROVIDER, 990, 0, in testGpsScan()
614 locManager.requestLocationUpdates(LocationManager.NETWORK_PROVIDER, in testGpsStatus()
656 locManager.requestLocationUpdates(LocationManager.GPS_PROVIDER, in testGpsStatus()