Home
last modified time | relevance | path

Searched refs:MSG_LOCATION_CHANGED (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
DLocationManagerService.java142 private static final int MSG_LOCATION_CHANGED = 1; field in LocationManagerService
750 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()