Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java276 protected static final int EVENT_LOCATION_UPDATES_ENABLED = 18; field in ServiceStateTracker
1196 mCi.setLocationUpdates(true, workSource, obtainMessage(EVENT_LOCATION_UPDATES_ENABLED)); in enableSingleLocationUpdate()
1202 mCi.setLocationUpdates(true, null, obtainMessage(EVENT_LOCATION_UPDATES_ENABLED)); in enableLocationUpdates()
1466 case EVENT_LOCATION_UPDATES_ENABLED: in handleMessage()