Searched refs:mWantContinuousLocationUpdates (Results 1 – 1 of 1) sorted by relevance
887 private boolean mWantContinuousLocationUpdates; field in ServiceStateTracker891 if (mWantSingleLocationUpdate || mWantContinuousLocationUpdates) return; in enableSingleLocationUpdate()897 if (mWantSingleLocationUpdate || mWantContinuousLocationUpdates) return; in enableLocationUpdates()898 mWantContinuousLocationUpdates = true; in enableLocationUpdates()904 if (!mWantSingleLocationUpdate && !mWantContinuousLocationUpdates) { in disableSingleLocationUpdate()910 mWantContinuousLocationUpdates = false; in disableLocationUpdates()911 if (!mWantSingleLocationUpdate && !mWantContinuousLocationUpdates) { in disableLocationUpdates()