Searched refs:mWantContinuousLocationUpdates (Results 1 – 1 of 1) sorted by relevance
1177 private boolean mWantContinuousLocationUpdates; field in ServiceStateTracker1184 if (mWantSingleLocationUpdate || mWantContinuousLocationUpdates) return; in enableSingleLocationUpdate()1190 if (mWantSingleLocationUpdate || mWantContinuousLocationUpdates) return; in enableLocationUpdates()1191 mWantContinuousLocationUpdates = true; in enableLocationUpdates()1197 if (!mWantSingleLocationUpdate && !mWantContinuousLocationUpdates) { in disableSingleLocationUpdate()1203 mWantContinuousLocationUpdates = false; in disableLocationUpdates()1204 if (!mWantSingleLocationUpdate && !mWantContinuousLocationUpdates) { in disableLocationUpdates()