Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DServiceStateTracker.java243 private boolean mWantContinuousLocationUpdates; field in ServiceStateTracker
247 if (mWantSingleLocationUpdate || mWantContinuousLocationUpdates) return; in enableSingleLocationUpdate()
253 if (mWantSingleLocationUpdate || mWantContinuousLocationUpdates) return; in enableLocationUpdates()
254 mWantContinuousLocationUpdates = true; in enableLocationUpdates()
260 if (!mWantSingleLocationUpdate && !mWantContinuousLocationUpdates) { in disableSingleLocationUpdate()
266 mWantContinuousLocationUpdates = false; in disableLocationUpdates()
267 if (!mWantSingleLocationUpdate && !mWantContinuousLocationUpdates) { in disableLocationUpdates()