Searched refs:mWantContinuousLocationUpdates (Results 1 – 1 of 1) sorted by relevance
243 private boolean mWantContinuousLocationUpdates; field in ServiceStateTracker247 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()