Searched refs:mGpsListener (Results 1 – 3 of 3) sorted by relevance
68 private final ChildLocationListener mGpsListener; field in FusedLocationProvider89 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()
3315 private final GpsStatus.Listener mGpsListener; field in LocationManager.GpsAdapter3318 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()
23470 Landroid/location/LocationManager$GnssStatusListenerTransport;->mGpsListener:Landroid/location/GpsS…