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

/frameworks/base/services/java/com/android/server/
H A DLocationManagerService.java118 private static final int MSG_LOCATION_CHANGED = 1; field in class:LocationManagerService
456 mLocationHandler.removeMessages(MSG_LOCATION_CHANGED);
1863 mLocationHandler.removeMessages(MSG_LOCATION_CHANGED, location);
1864 Message m = Message.obtain(mLocationHandler, MSG_LOCATION_CHANGED, location);
2072 case MSG_LOCATION_CHANGED:

Completed in 115 milliseconds