Home
last modified time | relevance | path

Searched refs:locationListener (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/location/src/android/location/cts/
DTestLocationManager.java108 public void requestLocationUpdates(LocationListener locationListener) { in requestLocationUpdates() argument
114 locationListener, in requestLocationUpdates()
124 public void requestNetworkLocationUpdates(LocationListener locationListener) { in requestNetworkLocationUpdates() argument
130 locationListener, in requestNetworkLocationUpdates()
DGnssStatusTest.java39 TestLocationListener locationListener = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in checkGnssChange() local
40 mTestLocationManager.requestLocationUpdates(locationListener); in checkGnssChange()
45 mTestLocationManager.removeLocationUpdates(locationListener); in checkGnssChange()
DGnssTtffTests.java127 TestLocationListener locationListener = new TestLocationListener(LOCATION_TO_COLLECT_COUNT); in checkTtffByThreshold() local
128 mTestLocationManager.requestLocationUpdates(locationListener); in checkTtffByThreshold()
141 mTestLocationManager.removeLocationUpdates(locationListener); in checkTtffByThreshold()