Searched refs:mWantContinuousLocationUpdates (Results 1 – 1 of 1) sorted by relevance
877 private boolean mWantContinuousLocationUpdates; field in ServiceStateTracker881 if (mWantSingleLocationUpdate || mWantContinuousLocationUpdates) return; in enableSingleLocationUpdate()887 if (mWantSingleLocationUpdate || mWantContinuousLocationUpdates) return; in enableLocationUpdates()888 mWantContinuousLocationUpdates = true; in enableLocationUpdates()894 if (!mWantSingleLocationUpdate && !mWantContinuousLocationUpdates) { in disableSingleLocationUpdate()900 mWantContinuousLocationUpdates = false; in disableLocationUpdates()901 if (!mWantSingleLocationUpdate && !mWantContinuousLocationUpdates) { in disableLocationUpdates()