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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DServiceStateTracker.java297 private boolean mWantContinuousLocationUpdates; field in class:ServiceStateTracker
301 if (mWantSingleLocationUpdate || mWantContinuousLocationUpdates) return;
307 if (mWantSingleLocationUpdate || mWantContinuousLocationUpdates) return;
308 mWantContinuousLocationUpdates = true;
314 if (!mWantSingleLocationUpdate && !mWantContinuousLocationUpdates) {
320 mWantContinuousLocationUpdates = false;
321 if (!mWantSingleLocationUpdate && !mWantContinuousLocationUpdates) {

Completed in 21 milliseconds