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

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DServiceStateTracker.java104 protected static final int EVENT_LOCATION_UPDATES_ENABLED = 18; field in class:ServiceStateTracker
249 cm.setLocationUpdates(true, obtainMessage(EVENT_LOCATION_UPDATES_ENABLED));
255 cm.setLocationUpdates(true, obtainMessage(EVENT_LOCATION_UPDATES_ENABLED));

Completed in 501 milliseconds