Home
last modified time | relevance | path

Searched defs:locationListener (Results 1 – 7 of 7) sorted by relevance

/cts/tests/location/common/src/android/location/cts/common/
DTestLocationManager.java138 LocationListener locationListener) { in requestLowPowerModeGnssLocationUpdates()
165 public void requestLocationUpdates(LocationListener locationListener, int minTimeMsec) { in requestLocationUpdates()
181 public void requestLocationUpdates(LocationListener locationListener) { in requestLocationUpdates()
191 public boolean requestNetworkLocationUpdates(LocationListener locationListener) { in requestNetworkLocationUpdates()
209 public void requestPassiveLocationUpdates(LocationListener locationListener, int minTimeMsec) { in requestPassiveLocationUpdates()
/cts/tests/location/location_privileged/src/android/location/cts/privileged/
DGnssLocationValuesTest.java95 TestLocationListener locationListener = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in waitForRegularGnssLocations() local
DGnssMeasurementCorrectionsInjectionTest.java97 TestLocationListener locationListener = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in testInjectGnssMeasurementCorrections() local
/cts/tests/location/location_gnss/src/android/location/cts/gnss/
DGnssStatusTest.java63 TestLocationListener locationListener = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in checkGnssChange() local
DGnssTtffTests.java147 TestLocationListener locationListener = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in checkTtffByThreshold() local
DGnssLocationUpdateIntervalTest.java170 TestLocationListener locationListener = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in testUtcToElapsedRealtimeDriftAtInterval() local
/cts/tests/tests/appop/src/android/app/appops/cts/
DAppOpsLoggingTest.kt563 val locationListener = object : LocationListener { in nativeNoteOp() constant