Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java532 private boolean mWantContinuousLocationUpdates; field in ServiceStateTracker
536 if (mWantSingleLocationUpdate || mWantContinuousLocationUpdates) return; in enableSingleLocationUpdate()
542 if (mWantSingleLocationUpdate || mWantContinuousLocationUpdates) return; in enableLocationUpdates()
543 mWantContinuousLocationUpdates = true; in enableLocationUpdates()
549 if (!mWantSingleLocationUpdate && !mWantContinuousLocationUpdates) { in disableSingleLocationUpdate()
555 mWantContinuousLocationUpdates = false; in disableLocationUpdates()
556 if (!mWantSingleLocationUpdate && !mWantContinuousLocationUpdates) { in disableLocationUpdates()