Searched refs:mLocationListener (Results 1 – 7 of 7) 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);
122 @Nullable private LocationListener mLocationListener; field in ThreadNetworkCountryCode298 mLocationListener = in registerGeocoderCountryCodeCallback()316 mLocationListener); in registerGeocoderCountryCodeCallback()321 if (mLocationListener != null) { in unregisterGeocoderCountryCodeCallback()322 mLocationManager.removeUpdates(mLocationListener); in unregisterGeocoderCountryCodeCallback()323 mLocationListener = null; in unregisterGeocoderCountryCodeCallback()
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()
967 private final LocationListener mLocationListener; field in CellBroadcastHandler.LocationRequester983 mLocationListener = this::onLocationUpdate; in LocationRequester()1046 mLocationManager.removeUpdates(mLocationListener); in locationRequesterCycleComplete()1086 mLocationListener); in requestLocationUpdateInternal()