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

/frameworks/base/services/core/java/com/android/server/
H A DLocationManagerService.java134 private static final int MSG_LOCATION_CHANGED = 1; field in class:LocationManagerService
625 mLocationHandler.removeMessages(MSG_LOCATION_CHANGED);
2164 mLocationHandler.removeMessages(MSG_LOCATION_CHANGED, location);
2165 Message m = Message.obtain(mLocationHandler, MSG_LOCATION_CHANGED, location);
2373 case MSG_LOCATION_CHANGED:

Completed in 35 milliseconds