Searched refs:KEY_SEND_DEFERRED_RESP_STATUS (Results 1 – 1 of 1) sorted by relevance
89 private static final String KEY_SEND_DEFERRED_RESP_STATUS = "send_deferred_resp_status"; field in ProcessDownloadedMmsAction194 params.putBoolean(KEY_SEND_DEFERRED_RESP_STATUS, true); in sendDeferredRespStatus()218 actionParameters.getBoolean(KEY_SEND_DEFERRED_RESP_STATUS, false); in doBackgroundWork()331 Assert.isTrue(actionParameters.getBoolean(KEY_SEND_DEFERRED_RESP_STATUS)); in processBackgroundResponse()394 if (actionParameters.getBoolean(KEY_SEND_DEFERRED_RESP_STATUS)) { in processBackgroundFailure()