Home
last modified time | relevance | path

Searched refs:mWantSingleLocationUpdate (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java878 private boolean mWantSingleLocationUpdate; field in ServiceStateTracker
881 if (mWantSingleLocationUpdate || mWantContinuousLocationUpdates) return; in enableSingleLocationUpdate()
882 mWantSingleLocationUpdate = true; in enableSingleLocationUpdate()
887 if (mWantSingleLocationUpdate || mWantContinuousLocationUpdates) return; in enableLocationUpdates()
893 mWantSingleLocationUpdate = false; in disableSingleLocationUpdate()
894 if (!mWantSingleLocationUpdate && !mWantContinuousLocationUpdates) { in disableSingleLocationUpdate()
901 if (!mWantSingleLocationUpdate && !mWantContinuousLocationUpdates) { in disableLocationUpdates()