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

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

Completed in 30 milliseconds