Home
last modified time | relevance | path

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

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