Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/FusedLocation/src/com/android/location/fused/
H A DFusedLocationProvider.java67 private final ChildLocationListener mGpsListener; field in FusedLocationProvider
82 mGpsListener = new ChildLocationListener(GPS_PROVIDER); in FusedLocationProvider()
133 mGpsListener.flush(wrapper); in onFlush()
146 mGpsListener.resetProviderRequest(gpsInterval); in updateRequirementsLocked()
152 Location bestLocation = chooseBestLocation(mGpsListener.getLocation(),
170 mGpsListener.clearLocation();
178 if (mGpsListener.getInterval() != INTERVAL_DISABLED) {
179 writer.println(" gps interval: " + mGpsListener.getInterval());
184 if (mGpsListener.getLocation() != null) {
185 writer.println(" last gps location: " + mGpsListener.getLocation());
/aosp12/frameworks/base/location/java/android/location/
H A DLocationManager.java3218 private final GpsStatus.Listener mGpsListener; field in LocationManager.GpsAdapter
3221 mGpsListener = gpsListener; in GpsAdapter()
3226 mGpsListener.onGpsStatusChanged(GpsStatus.GPS_EVENT_STARTED); in onStarted()
3231 mGpsListener.onGpsStatusChanged(GpsStatus.GPS_EVENT_STOPPED); in onStopped()
3236 mGpsListener.onGpsStatusChanged(GpsStatus.GPS_EVENT_FIRST_FIX); in onFirstFix()
3241 mGpsListener.onGpsStatusChanged(GpsStatus.GPS_EVENT_SATELLITE_STATUS); in onSatelliteStatusChanged()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt26348 Landroid/location/LocationManager$GnssStatusListenerTransport;->mGpsListener:Landroid/location/GpsS…