Searched refs:MSG_LOCATION_CHANGED (Results 1 – 1 of 1) sorted by relevance
142 private static final int MSG_LOCATION_CHANGED = 1; field in LocationManagerService750 mLocationHandler.removeMessages(MSG_LOCATION_CHANGED); in switchUser()2524 mLocationHandler.removeMessages(MSG_LOCATION_CHANGED, location); in reportLocation()2525 Message m = Message.obtain(mLocationHandler, MSG_LOCATION_CHANGED, location); in reportLocation()2733 case MSG_LOCATION_CHANGED: in handleMessage()