Searched refs:mWantContinuousLocationUpdates (Results 1 – 1 of 1) sorted by relevance
518 private boolean mWantContinuousLocationUpdates; field in ServiceStateTracker522 if (mWantSingleLocationUpdate || mWantContinuousLocationUpdates) return; in enableSingleLocationUpdate()528 if (mWantSingleLocationUpdate || mWantContinuousLocationUpdates) return; in enableLocationUpdates()529 mWantContinuousLocationUpdates = true; in enableLocationUpdates()535 if (!mWantSingleLocationUpdate && !mWantContinuousLocationUpdates) { in disableSingleLocationUpdate()541 mWantContinuousLocationUpdates = false; in disableLocationUpdates()542 if (!mWantSingleLocationUpdate && !mWantContinuousLocationUpdates) { in disableLocationUpdates()