Searched refs:mWantContinuousLocationUpdates (Results 1 – 1 of 1) sorted by relevance
810 private boolean mWantContinuousLocationUpdates; field in ServiceStateTracker814 if (mWantSingleLocationUpdate || mWantContinuousLocationUpdates) return; in enableSingleLocationUpdate()820 if (mWantSingleLocationUpdate || mWantContinuousLocationUpdates) return; in enableLocationUpdates()821 mWantContinuousLocationUpdates = true; in enableLocationUpdates()827 if (!mWantSingleLocationUpdate && !mWantContinuousLocationUpdates) { in disableSingleLocationUpdate()833 mWantContinuousLocationUpdates = false; in disableLocationUpdates()834 if (!mWantSingleLocationUpdate && !mWantContinuousLocationUpdates) { in disableLocationUpdates()