Searched refs:mReceivingLocationUpdates (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/location/
H A DGeofenceManager.java90 private boolean mReceivingLocationUpdates; field in class:GeofenceManager
213 Location location = mReceivingLocationUpdates ? mLastLocationUpdate : null;
309 if (!mReceivingLocationUpdates || mLocationUpdateInterval != intervalMs) {
310 mReceivingLocationUpdates = true;
320 if (mReceivingLocationUpdates) {
321 mReceivingLocationUpdates = false;
332 + ", mReceivingLocationUpdates=" + mReceivingLocationUpdates
383 if (mReceivingLocationUpdates) {

Completed in 25 milliseconds