Home
last modified time | relevance | path

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

/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
DCellBroadcastHandler.java627 private Handler mLocationHandler; field in CellBroadcastHandler.LocationRequester
634 mLocationHandler = new LocationHandler(looper); in LocationRequester()
648 mLocationHandler.obtainMessage(EVENT_REQUEST_LOCATION_UPDATE, maximumWaitTimeSec, in requestLocationUpdate()
670 if (!mLocationHandler.hasMessages(EVENT_LOCATION_REQUEST_TIMEOUT)) { in requestLocationUpdateInternal()
674 mLocationHandler.sendMessageDelayed( in requestLocationUpdateInternal()
675 mLocationHandler.obtainMessage(EVENT_LOCATION_REQUEST_TIMEOUT), in requestLocationUpdateInternal()
706 mLocationHandler.removeMessages(EVENT_LOCATION_REQUEST_TIMEOUT);