HomeSort by relevance Sort by last modified time
    Searched refs:locationListener (Results 1 - 4 of 4) sorted by null

  /cts/tests/tests/location/src/android/location/cts/
TestLocationManager.java 24 import android.location.LocationListener;
48 * See {@code LocationManager#removeUpdates(LocationListener)}.
52 public void removeLocationUpdates(LocationListener listener) {
106 * @param locationListener location listener for request
108 public void requestLocationUpdates(LocationListener locationListener, int minTimeMsec) {
114 locationListener,
122 * @param locationListener location listener for request
124 public void requestLocationUpdates(LocationListener locationListener) {
    [all...]
GnssStatusTest.java 40 TestLocationListener locationListener = new TestLocationListener(LOCATION_TO_COLLECT_COUNT);
41 mTestLocationManager.requestLocationUpdates(locationListener);
46 mTestLocationManager.removeLocationUpdates(locationListener);
GnssTtffTests.java 127 TestLocationListener locationListener = new TestLocationListener(LOCATION_TO_COLLECT_COUNT);
128 mTestLocationManager.requestLocationUpdates(locationListener);
141 mTestLocationManager.removeLocationUpdates(locationListener);
  /frameworks/base/services/core/java/com/android/server/location/
GnssLocationProvider.java 41 import android.location.LocationListener;
    [all...]

Completed in 66 milliseconds