Searched refs:KEY_SEND_DEFERRED_RESP_STATUS (Results 1 – 1 of 1) sorted by relevance
88 private static final String KEY_SEND_DEFERRED_RESP_STATUS = "send_deferred_resp_status"; field in ProcessDownloadedMmsAction192 params.putBoolean(KEY_SEND_DEFERRED_RESP_STATUS, true); in sendDeferredRespStatus()216 actionParameters.getBoolean(KEY_SEND_DEFERRED_RESP_STATUS, false); in doBackgroundWork()328 Assert.isTrue(actionParameters.getBoolean(KEY_SEND_DEFERRED_RESP_STATUS)); in processBackgroundResponse()383 if (actionParameters.getBoolean(KEY_SEND_DEFERRED_RESP_STATUS)) { in processBackgroundFailure()