Searched refs:mCachedLocationDistanceM (Results 1 – 1 of 1) sorted by relevance
129 private float mCachedLocationDistanceM; field in GeofenceManager.GeofenceRegistration222 mCachedLocationDistanceM = mCenter.distanceTo(mCachedLocation); in getDistanceToBoundary()225 return Math.abs(mGeofence.getRadius() - mCachedLocationDistanceM); in getDistanceToBoundary()236 mCachedLocationDistanceM = mCenter.distanceTo(mCachedLocation); in onLocationChanged()240 if (mCachedLocationDistanceM <= radius) { in onLocationChanged()