Searched refs:smsResponse (Results 1 – 2 of 2) sorted by relevance
826 SmsResponse smsResponse = new SmsResponse(messageRef, null /* ackPdu */, NO_ERROR_CODE, in processSendSmsResponse() local836 smsResponse, in processSendSmsResponse()844 new AsyncResult(tracker, smsResponse, in processSendSmsResponse()1036 SmsResponse smsResponse = (SmsResponse) ar.result; in handleSendComplete() local1038 if (smsResponse != null) { in handleSendComplete()1039 tracker.mMessageRef = smsResponse.mMessageRef; in handleSendComplete()1144 int errorCode = (smsResponse != null) ? smsResponse.mErrorCode : NO_ERROR_CODE; in handleSendComplete()1171 int errorCode = (smsResponse != null) ? smsResponse.mErrorCode : NO_ERROR_CODE; in handleSendComplete()
1967 SmsResponse smsResponse = (SmsResponse) ret; in writeOnRilSolicitedResponse() local1968 writeOnSmsSolicitedResponse(phoneId, rilSerial, rilError, smsResponse); in writeOnRilSolicitedResponse()