Searched defs:EVENT_LOCATION_UPDATES_ENABLED (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DServiceStateTracker.java131 protected static final int EVENT_LOCATION_UPDATES_ENABLED = 18; field in class:ServiceStateTracker
355 mCi.setLocationUpdates(true, obtainMessage(EVENT_LOCATION_UPDATES_ENABLED));
361 mCi.setLocationUpdates(true, obtainMessage(EVENT_LOCATION_UPDATES_ENABLED));

Completed in 118 milliseconds