Searched refs:mGpsListener (Results 1 – 3 of 3) sorted by relevance
67 private final ChildLocationListener mGpsListener; field in FusedLocationProvider82 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());
3218 private final GpsStatus.Listener mGpsListener; field in LocationManager.GpsAdapter3221 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()
26348 Landroid/location/LocationManager$GnssStatusListenerTransport;->mGpsListener:Landroid/location/GpsS…