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

/frameworks/base/services/core/java/com/android/server/location/
H A DGeofenceManager.java95 private long mLocationUpdateInterval; field in class:GeofenceManager
309 if (!mReceivingLocationUpdates || mLocationUpdateInterval != intervalMs) {
311 mLocationUpdateInterval = intervalMs;
322 mLocationUpdateInterval = 0;
333 + ", mLocationUpdateInterval=" + mLocationUpdateInterval

Completed in 79 milliseconds