Searched refs:smsResponse (Results 1 – 2 of 2) sorted by relevance
614 SmsResponse smsResponse = new SmsResponse(messageRef, null /* ackPdu */, NO_ERROR_CODE, in processSendSmsResponse() local624 smsResponse, in processSendSmsResponse()631 new AsyncResult(tracker, smsResponse, in processSendSmsResponse()875 SmsResponse smsResponse = (SmsResponse) ar.result; in handleSendComplete() local877 if (smsResponse != null) { in handleSendComplete()878 tracker.mMessageRef = smsResponse.mMessageRef; in handleSendComplete()949 int errorCode = (smsResponse != null) ? smsResponse.mErrorCode : NO_ERROR_CODE; in handleSendComplete()961 int errorCode = (smsResponse != null) ? smsResponse.mErrorCode : NO_ERROR_CODE; in handleSendComplete()
1965 SmsResponse smsResponse = (SmsResponse) ret; in writeOnRilSolicitedResponse() local1966 writeOnSmsSolicitedResponse(phoneId, rilSerial, rilError, smsResponse); in writeOnRilSolicitedResponse()