Home
last modified time | relevance | path

Searched refs:parsedPdu (Results 1 – 1 of 1) sorted by relevance

/packages/services/Mms/src/com/android/mms/service/
DSendRequest.java80 final GenericPdu parsedPdu = parsePdu(); in doHttp() local
81 notifyIfEmergencyContactNoThrow(parsedPdu); in doHttp()
82 updateDestinationAddress(parsedPdu); in doHttp()
115 private void notifyIfEmergencyContactNoThrow(final GenericPdu parsedPdu) { in notifyIfEmergencyContactNoThrow() argument
117 notifyIfEmergencyContact(parsedPdu); in notifyIfEmergencyContactNoThrow()
123 private void notifyIfEmergencyContact(final GenericPdu parsedPdu) { in notifyIfEmergencyContact() argument
124 if (parsedPdu != null && parsedPdu.getMessageType() == PduHeaders.MESSAGE_TYPE_SEND_REQ) { in notifyIfEmergencyContact()
125 SendReq sendReq = (SendReq) parsedPdu; in notifyIfEmergencyContact()