Home | History | Annotate | Download | only in server

Lines Matching defs:MSG_LOCATION_CHANGED

143     private static final int MSG_LOCATION_CHANGED = 1;
746 mLocationHandler.removeMessages(MSG_LOCATION_CHANGED);
2843 mLocationHandler.removeMessages(MSG_LOCATION_CHANGED, location);
2844 Message m = Message.obtain(mLocationHandler, MSG_LOCATION_CHANGED, location);
3068 case MSG_LOCATION_CHANGED: