Searched refs:sendConf (Results 1 – 2 of 2) sorted by relevance
244 final SendConf sendConf = (SendConf) pdu; in handleSentResult() local245 if (sendConf.getResponseStatus() == PduHeaders.RESPONSE_STATUS_OK) { in handleSentResult()248 Log.e(TAG, "MMS sent, error=" + sendConf.getResponseStatus()); in handleSentResult()
152 SendConf sendConf = new SendConf(mHeaders); in parse() local153 return sendConf; in parse()