Searched refs:EVENT_LOCATION_REQUEST_TIMEOUT (Results 1 – 1 of 1) sorted by relevance
611 private static final int EVENT_LOCATION_REQUEST_TIMEOUT = 1; field in CellBroadcastHandler.LocationRequester670 if (!mLocationHandler.hasMessages(EVENT_LOCATION_REQUEST_TIMEOUT)) { in requestLocationUpdateInternal()675 mLocationHandler.obtainMessage(EVENT_LOCATION_REQUEST_TIMEOUT), in requestLocationUpdateInternal()706 mLocationHandler.removeMessages(EVENT_LOCATION_REQUEST_TIMEOUT);728 case EVENT_LOCATION_REQUEST_TIMEOUT: in handleMessage()