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.java1004 private boolean mWantSingleLocationUpdate; field in ServiceStateTracker
1007 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()