Searched refs:mReceivingLocationUpdates (Results 1 – 1 of 1) sorted by relevance
95 private boolean mReceivingLocationUpdates; field in GeofenceManager247 Location location = mReceivingLocationUpdates ? mLastLocationUpdate : null; in getFreshLocationLocked()343 if (!mReceivingLocationUpdates || mLocationUpdateInterval != intervalMs) { in updateFences()344 mReceivingLocationUpdates = true; in updateFences()354 if (mReceivingLocationUpdates) { in updateFences()355 mReceivingLocationUpdates = false; in updateFences()366 + ", mReceivingLocationUpdates=" + mReceivingLocationUpdates in updateFences()418 if (mReceivingLocationUpdates) { in onLocationChanged()