Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/FusedLocation/src/com/android/location/fused/
H A DFusedLocationProvider.java68 private final ChildLocationListener mGpsListener; field in FusedLocationProvider
89 mGpsListener = new ChildLocationListener(GPS_PROVIDER); in FusedLocationProvider()
145 mGpsListener.flush(wrapper); in onFlush()
172 mGpsListener.resetProviderRequest(gpsInterval); in updateRequirementsLocked()
178 Location bestLocation = chooseBestLocation(mGpsListener.getLocation(), in reportBestLocationLocked()
196 mGpsListener.clearLocation(); in onUserChanged()
204 if (mGpsListener.getInterval() != INTERVAL_DISABLED) { in dump()
205 writer.println(" gps interval: " + mGpsListener.getInterval()); in dump()
210 if (mGpsListener.getLocation() != null) { in dump()
211 writer.println(" last gps location: " + mGpsListener.getLocation()); in dump()
/aosp14/frameworks/base/location/java/android/location/
H A DLocationManager.java3315 private final GpsStatus.Listener mGpsListener; field in LocationManager.GpsAdapter
3318 mGpsListener = gpsListener; in GpsAdapter()
3323 mGpsListener.onGpsStatusChanged(GpsStatus.GPS_EVENT_STARTED); in onStarted()
3328 mGpsListener.onGpsStatusChanged(GpsStatus.GPS_EVENT_STOPPED); in onStopped()
3333 mGpsListener.onGpsStatusChanged(GpsStatus.GPS_EVENT_FIRST_FIX); in onFirstFix()
3338 mGpsListener.onGpsStatusChanged(GpsStatus.GPS_EVENT_SATELLITE_STATUS); in onSatelliteStatusChanged()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt23470 Landroid/location/LocationManager$GnssStatusListenerTransport;->mGpsListener:Landroid/location/GpsS…