Searched refs:mLocationListener (Results 1 – 3 of 3) sorted by relevance
100 private LocationListeners mLocationListener; field in SensorsTestFragment151 if (mLocationListener != null) { in onPause()152 mLocationListener.stopListening(); in onPause()197 if (mLocationListener == null) { in initSensors()198 mLocationListener = new LocationListeners(getContext(), in initSensors()201 mLocationListener.startListening(); in initSensors()
58 mLocationListener); in startListening()119 mLocationMgr.removeUpdates(mLocationListener); in stopListening()133 private final LocationListener mLocationListener = new LocationListener() { field in LocationListeners
683 mLocationManager.requestSingleUpdate(provider, mLocationListener, mLooper); in requestLocationUpdateInternal()703 private final LocationListener mLocationListener = new LocationListener() { field in CellBroadcastHandler.LocationRequester