Home
last modified time | relevance | path

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

/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
DCellBroadcastHandler.java611 private static final int EVENT_LOCATION_REQUEST_TIMEOUT = 1; field in CellBroadcastHandler.LocationRequester
670 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()