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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DServiceStateTracker.java374 private boolean mWantContinuousLocationUpdates; field in class:ServiceStateTracker
378 if (mWantSingleLocationUpdate || mWantContinuousLocationUpdates) return;
384 if (mWantSingleLocationUpdate || mWantContinuousLocationUpdates) return;
385 mWantContinuousLocationUpdates = true;
391 if (!mWantSingleLocationUpdate && !mWantContinuousLocationUpdates) {
397 mWantContinuousLocationUpdates = false;
398 if (!mWantSingleLocationUpdate && !mWantContinuousLocationUpdates) {

Completed in 48 milliseconds