Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/
DGnssLocationRateChangeTest.java83 mTestLocationManager.requestLocationUpdates(mLocationListenerMain); in testVariedRates()
89 mTestLocationManager.requestLocationUpdates(mLocationListenerMain, in testVariedRates()
94 mTestLocationManager.requestLocationUpdates(mLocationListenerAfterRateChanges); in testVariedRates()
113 mTestLocationManager.requestLocationUpdates(mLocationListenerMain); in testVariedRatesOnOff()
119 mTestLocationManager.requestLocationUpdates(mLocationListenerMain, in testVariedRatesOnOff()
125 mTestLocationManager.requestLocationUpdates(mLocationListenerAfterRateChanges); in testVariedRatesOnOff()
144 mTestLocationManager.requestLocationUpdates(mLocationListenerMain); in testVariedRatesRepetitive()
151 mTestLocationManager.requestLocationUpdates(mLocationListenerMain, in testVariedRatesRepetitive()
157 mTestLocationManager.requestLocationUpdates(mLocationListenerMain, in testVariedRatesRepetitive()
164 mTestLocationManager.requestLocationUpdates(mLocationListenerAfterRateChanges); in testVariedRatesRepetitive()
DGnssLocationValuesTest.java76 mTestLocationManager.requestLocationUpdates(mLocationListener); in testAccuracyFields()
146 mTestLocationManager.requestLocationUpdates(mLocationListener); in testLocationRegularFields()
DGnssNavigationMessageRegistrationTest.java131 mTestLocationManager.requestLocationUpdates(mLocationListener); in testGnssNavigationMessageRegistration()
DGnssMeasurementsConstellationTest.java92 mTestLocationManager.requestLocationUpdates(mLocationListener); in testGnssMultiConstellationSupported()
DGnssLocationUpdateIntervalTest.java143 mTestLocationManager.requestLocationUpdates(activeLocationListener, fixIntervalMillis); in testLocationUpdatesAtInterval()
171 mTestLocationManager.requestLocationUpdates(locationListener, 1000); in testUtcToElapsedRealtimeDriftAtInterval()
DGnssPseudorangeVerificationTest.java125 mTestLocationManager.requestLocationUpdates(mLocationListener); in testPseudorangeValue()
269 mTestLocationManager.requestLocationUpdates(mLocationListener); in testPseudoPosition()
DGnssAntennaInfoTest.java98 mTestLocationManager.getLocationManager().requestLocationUpdates( in checkGnssChange()
DGnssTtffTests.java148 mTestLocationManager.requestLocationUpdates(locationListener); in checkTtffByThreshold()
DGnssNavigationMessageTest.java92 mTestLocationManager.requestLocationUpdates(mLocationListener); in testGnssNavigationMessageMandatoryFieldRanges()
DGnssMeasurementWhenNoLocationTest.java137 mTestLocationManager.requestLocationUpdates(mLocationListener); in testGnssMeasurementWhenNoLocation()
DGnssMeasurementValuesTest.java97 mTestLocationManager.requestLocationUpdates(mLocationListener); in testListenForGnssMeasurements()
DGnssStatusTest.java64 mTestLocationManager.requestLocationUpdates(locationListener); in checkGnssChange()
DGnssMeasurementRegistrationTest.java224 mTestLocationManager.requestLocationUpdates(mLocationListener); in verifyGnssMeasurementsReceived()
/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()
194 mLocationManager.requestLocationUpdates(LocationManager.NETWORK_PROVIDER, in requestNetworkLocationUpdates()
212 mLocationManager.requestLocationUpdates(LocationManager.PASSIVE_PROVIDER, in requestPassiveLocationUpdates()
/cts/tests/location/location_fine/src/android/location/cts/fine/
DLocationManagerFineTest.java469 mManager.requestLocationUpdates(TEST_PROVIDER, 0, 0, in testRequestLocationUpdates()
492 mManager.requestLocationUpdates(TEST_PROVIDER, 0, 0, null, Looper.getMainLooper()); in testRequestLocationUpdates()
499 mManager.requestLocationUpdates(TEST_PROVIDER, 0, 0, null, capture); in testRequestLocationUpdates()
506 mManager.requestLocationUpdates(null, 0, 0, capture, Looper.getMainLooper()); in testRequestLocationUpdates()
526 mManager.requestLocationUpdates( in testRequestLocationUpdates_Passive()
545 mManager.requestLocationUpdates(TEST_PROVIDER, 0, 0, capture.getPendingIntent()); in testRequestLocationUpdates_PendingIntent()
567 mManager.requestLocationUpdates(TEST_PROVIDER, 0, 0, (PendingIntent) null); in testRequestLocationUpdates_PendingIntent()
579 mManager.requestLocationUpdates(TEST_PROVIDER, 0, 0, immutablePI); in testRequestLocationUpdates_PendingIntent()
588 mManager.requestLocationUpdates(null, 0, 0, capture.getPendingIntent()); in testRequestLocationUpdates_PendingIntent()
609 mManager.requestLocationUpdates(TEST_PROVIDER, 0, 0, Runnable::run, capture); in testRequestLocationUpdates_DirectExecutor()
[all …]
DGnssHardwareProviderUnprivilegedTest.java69 mLocationManager.requestLocationUpdates( in testRequestLocationUpdates()
/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/hostsidetests/securitybulletin/test-apps/CVE-2023-21088/src/android/security/cts/CVE_2023_21088/
DPocActivity.java44 locationManager.requestLocationUpdates(LocationManager.GPS_PROVIDER, 0 /* minTimeMs */ , in onResume()
/cts/tests/location/location_coarse/src/android/location/cts/coarse/
DLocationManagerCoarseTest.java179 mManager.requestLocationUpdates( in testRequestLocationUpdates()
203 mManager.requestLocationUpdates( in testRequestLocationUpdates_Passive()
228 mManager.requestLocationUpdates(TEST_PROVIDER, 0, 0, capture.getPendingIntent()); in testRequestLocationUpdates_PendingIntent()
/cts/tests/location/location_privileged/src/android/location/cts/privileged/
DGnssMeasurementRegistrationTest.java154 mTestLocationManager.requestLocationUpdates(mLocationListener); in verifyGnssMeasurementsReceived()
DGnssLocationValuesTest.java96 mTestLocationManager.requestLocationUpdates(locationListener); in waitForRegularGnssLocations()
DGnssMeasurementValuesTest.java104 mTestLocationManager.requestLocationUpdates(mLocationListener); in testListenForGnssMeasurements()
DGnssMeasurementCorrectionsInjectionTest.java98 mTestLocationManager.requestLocationUpdates(locationListener); in testInjectGnssMeasurementCorrections()
/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/
DAtomTests.java451 locManager.requestLocationUpdates(LocationManager.GPS_PROVIDER, 990, 0, in testGpsScan()
489 locManager.requestLocationUpdates(LocationManager.NETWORK_PROVIDER, in testGpsStatus()
531 locManager.requestLocationUpdates(LocationManager.GPS_PROVIDER, in testGpsStatus()