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.java533 private boolean mWantSingleLocationUpdate; field in ServiceStateTracker
536 if (mWantSingleLocationUpdate || mWantContinuousLocationUpdates) return; in enableSingleLocationUpdate()
537 mWantSingleLocationUpdate = true; in enableSingleLocationUpdate()
542 if (mWantSingleLocationUpdate || mWantContinuousLocationUpdates) return; in enableLocationUpdates()
548 mWantSingleLocationUpdate = false; in disableSingleLocationUpdate()
549 if (!mWantSingleLocationUpdate && !mWantContinuousLocationUpdates) { in disableSingleLocationUpdate()
556 if (!mWantSingleLocationUpdate && !mWantContinuousLocationUpdates) { in disableLocationUpdates()