/cts/tests/location/location_gnss/src/android/location/cts/gnss/ |
D | GnssLocationRateChangeTest.java | 83 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()
|
D | GnssLocationValuesTest.java | 76 mTestLocationManager.requestLocationUpdates(mLocationListener); in testAccuracyFields() 146 mTestLocationManager.requestLocationUpdates(mLocationListener); in testLocationRegularFields()
|
D | GnssNavigationMessageRegistrationTest.java | 131 mTestLocationManager.requestLocationUpdates(mLocationListener); in testGnssNavigationMessageRegistration()
|
D | GnssMeasurementsConstellationTest.java | 92 mTestLocationManager.requestLocationUpdates(mLocationListener); in testGnssMultiConstellationSupported()
|
D | GnssLocationUpdateIntervalTest.java | 143 mTestLocationManager.requestLocationUpdates(activeLocationListener, fixIntervalMillis); in testLocationUpdatesAtInterval() 171 mTestLocationManager.requestLocationUpdates(locationListener, 1000); in testUtcToElapsedRealtimeDriftAtInterval()
|
D | GnssPseudorangeVerificationTest.java | 125 mTestLocationManager.requestLocationUpdates(mLocationListener); in testPseudorangeValue() 269 mTestLocationManager.requestLocationUpdates(mLocationListener); in testPseudoPosition()
|
D | GnssAntennaInfoTest.java | 98 mTestLocationManager.getLocationManager().requestLocationUpdates( in checkGnssChange()
|
D | GnssTtffTests.java | 148 mTestLocationManager.requestLocationUpdates(locationListener); in checkTtffByThreshold()
|
D | GnssNavigationMessageTest.java | 92 mTestLocationManager.requestLocationUpdates(mLocationListener); in testGnssNavigationMessageMandatoryFieldRanges()
|
D | GnssMeasurementWhenNoLocationTest.java | 137 mTestLocationManager.requestLocationUpdates(mLocationListener); in testGnssMeasurementWhenNoLocation()
|
D | GnssMeasurementValuesTest.java | 97 mTestLocationManager.requestLocationUpdates(mLocationListener); in testListenForGnssMeasurements()
|
D | GnssStatusTest.java | 64 mTestLocationManager.requestLocationUpdates(locationListener); in checkGnssChange()
|
D | GnssMeasurementRegistrationTest.java | 224 mTestLocationManager.requestLocationUpdates(mLocationListener); in verifyGnssMeasurementsReceived()
|
/cts/tests/location/common/src/android/location/cts/common/ |
D | TestLocationManager.java | 141 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/ |
D | LocationManagerFineTest.java | 469 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 …]
|
D | GnssHardwareProviderUnprivilegedTest.java | 69 mLocationManager.requestLocationUpdates( in testRequestLocationUpdates()
|
/cts/tests/location/location_none/src/android/location/cts/none/ |
D | NoLocationPermissionTest.java | 58 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/ |
D | PocActivity.java | 44 locationManager.requestLocationUpdates(LocationManager.GPS_PROVIDER, 0 /* minTimeMs */ , in onResume()
|
/cts/tests/location/location_coarse/src/android/location/cts/coarse/ |
D | LocationManagerCoarseTest.java | 179 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/ |
D | GnssMeasurementRegistrationTest.java | 154 mTestLocationManager.requestLocationUpdates(mLocationListener); in verifyGnssMeasurementsReceived()
|
D | GnssLocationValuesTest.java | 96 mTestLocationManager.requestLocationUpdates(locationListener); in waitForRegularGnssLocations()
|
D | GnssMeasurementValuesTest.java | 104 mTestLocationManager.requestLocationUpdates(mLocationListener); in testListenForGnssMeasurements()
|
D | GnssMeasurementCorrectionsInjectionTest.java | 98 mTestLocationManager.requestLocationUpdates(locationListener); in testInjectGnssMeasurementCorrections()
|
/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/ |
D | AtomTests.java | 451 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()
|