Searched refs:mWantSingleLocationUpdate (Results 1 – 1 of 1) sorted by relevance
1188 private boolean mWantSingleLocationUpdate; field in ServiceStateTracker1194 if (mWantSingleLocationUpdate || mWantContinuousLocationUpdates) return; in enableSingleLocationUpdate()1195 mWantSingleLocationUpdate = true; in enableSingleLocationUpdate()1200 if (mWantSingleLocationUpdate || mWantContinuousLocationUpdates) return; in enableLocationUpdates()1206 mWantSingleLocationUpdate = false; in disableSingleLocationUpdate()1207 if (!mWantSingleLocationUpdate && !mWantContinuousLocationUpdates) { in disableSingleLocationUpdate()1214 if (!mWantSingleLocationUpdate && !mWantContinuousLocationUpdates) { in disableLocationUpdates()