Searched refs:mWantContinuousLocationUpdates (Results 1 – 1 of 1) sorted by relevance
1003 private boolean mWantContinuousLocationUpdates; field in ServiceStateTracker1007 if (mWantSingleLocationUpdate || mWantContinuousLocationUpdates) return; in enableSingleLocationUpdate()1013 if (mWantSingleLocationUpdate || mWantContinuousLocationUpdates) return; in enableLocationUpdates()1014 mWantContinuousLocationUpdates = true; in enableLocationUpdates()1020 if (!mWantSingleLocationUpdate && !mWantContinuousLocationUpdates) { in disableSingleLocationUpdate()1026 mWantContinuousLocationUpdates = false; in disableLocationUpdates()1027 if (!mWantSingleLocationUpdate && !mWantContinuousLocationUpdates) { in disableLocationUpdates()