Searched refs:mLocationHandler (Results 1 – 1 of 1) sorted by relevance
627 private Handler mLocationHandler; field in CellBroadcastHandler.LocationRequester634 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);