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