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

/frameworks/base/services/core/java/com/android/server/location/
H A DGeofenceManager.java107 private boolean mPendingUpdate; field in class:GeofenceManager
198 if (!mPendingUpdate) {
199 mPendingUpdate = true;
245 mPendingUpdate = false;
389 if (mPendingUpdate) {
392 mPendingUpdate = true;

Completed in 523 milliseconds