Searched refs:mLocationListener (Results 1 – 6 of 6) sorted by relevance
54 private LocationListener mLocationListener; field in AdasLocationActivity69 mLocationListener = new LocationListener() { in onCreate()191 LocationManager.GPS_PROVIDER, request, this.getMainExecutor(), mLocationListener); in startListening()197 mLocationManager.removeUpdates(mLocationListener); in stopListening()
439 private final Consumer<LocationListeningResult> mLocationListener;447 mLocationListener = locationListener;469 mLocationListener.accept(locationListeningResult);476 private final Consumer<LocationListeningResult> mLocationListener;482 mLocationListener = locationListener;499 mLocationListener.accept(locationListeningResult);509 mLocationListener.accept(locationListeningResult);
134 private LocationListeners mLocationListener; field in SensorsTestFragment211 if (mLocationListener != null) { in onPause()212 mLocationListener.stopListening(); in onPause()244 if (mLocationListener == null) { in initLocationSensor()245 mLocationListener = new LocationListeners(getContext(), in initLocationSensor()248 mLocationListener.startListening(); in initLocationSensor()
170 mLocationListener); in startListening()186 mLocationMgr.removeUpdates(mLocationListener); in stopListening()195 private final LocationListener mLocationListener = new LocationListener() { field in LocationListeners
53 private final LocationListener mLocationListener; field in AfcManager80 mLocationListener = new LocationListener() { in AfcManager()131 mLocationListener, in listenForLocationChanges()146 mLocationManager.removeUpdates(mLocationListener); in stopListeningForLocationChanges()
964 private final LocationListener mLocationListener; field in CellBroadcastHandler.LocationRequester980 mLocationListener = this::onLocationUpdate; in LocationRequester()1043 mLocationManager.removeUpdates(mLocationListener); in locationRequesterCycleComplete()1083 mLocationListener); in requestLocationUpdateInternal()