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.java811 private boolean mWantSingleLocationUpdate; field in ServiceStateTracker
814 if (mWantSingleLocationUpdate || mWantContinuousLocationUpdates) return; in enableSingleLocationUpdate()
815 mWantSingleLocationUpdate = true; in enableSingleLocationUpdate()
820 if (mWantSingleLocationUpdate || mWantContinuousLocationUpdates) return; in enableLocationUpdates()
826 mWantSingleLocationUpdate = false; in disableSingleLocationUpdate()
827 if (!mWantSingleLocationUpdate && !mWantContinuousLocationUpdates) { in disableSingleLocationUpdate()
834 if (!mWantSingleLocationUpdate && !mWantContinuousLocationUpdates) { in disableLocationUpdates()