Searched defs:mWantContinuousLocationUpdates (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DServiceStateTracker.java240 private boolean mWantContinuousLocationUpdates; field in class:ServiceStateTracker
244 if (mWantSingleLocationUpdate || mWantContinuousLocationUpdates) return;
250 if (mWantSingleLocationUpdate || mWantContinuousLocationUpdates) return;
251 mWantContinuousLocationUpdates = true;
257 if (!mWantSingleLocationUpdate && !mWantContinuousLocationUpdates) {
263 mWantContinuousLocationUpdates = false;
264 if (!mWantSingleLocationUpdate && !mWantContinuousLocationUpdates) {

Completed in 32 milliseconds