Home
last modified time | relevance | path

Searched defs:locationListener (Results 1 – 6 of 6) 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()
190 public void requestNetworkLocationUpdates(LocationListener locationListener) { in requestNetworkLocationUpdates()
206 public void requestPassiveLocationUpdates(LocationListener locationListener, int minTimeMsec) { in requestPassiveLocationUpdates()
/cts/tests/location/location_privileged/src/android/location/cts/privileged/
DGnssLocationValuesTest.java93 TestLocationListener locationListener = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in waitForRegularGnssLocations() local
/cts/tests/location/location_gnss/src/android/location/cts/gnss/
DGnssStatusTest.java42 TestLocationListener locationListener = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in checkGnssChange() local
DGnssTtffTests.java139 TestLocationListener locationListener = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in checkTtffByThreshold() local
DGnssLocationUpdateIntervalTest.java151 TestLocationListener locationListener = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in testUtcToElapsedRealtimeDriftAtInterval() local
/cts/tests/tests/appop/src/android/app/appops/cts/
DAppOpsLoggingTest.kt559 val locationListener = object : LocationListener { in nativeNoteOp() constant