Searched refs:mWantContinuousLocationUpdates (Results 1 – 1 of 1) sorted by relevance
1089 private boolean mWantContinuousLocationUpdates; field in ServiceStateTracker1096 if (mWantSingleLocationUpdate || mWantContinuousLocationUpdates) return; in enableSingleLocationUpdate()1102 if (mWantSingleLocationUpdate || mWantContinuousLocationUpdates) return; in enableLocationUpdates()1103 mWantContinuousLocationUpdates = true; in enableLocationUpdates()1109 if (!mWantSingleLocationUpdate && !mWantContinuousLocationUpdates) { in disableSingleLocationUpdate()1115 mWantContinuousLocationUpdates = false; in disableLocationUpdates()1116 if (!mWantSingleLocationUpdate && !mWantContinuousLocationUpdates) { in disableLocationUpdates()