Searched refs:parsedPdu (Results 1 – 1 of 1) sorted by relevance
80 final GenericPdu parsedPdu = parsePdu(); in doHttp() local81 notifyIfEmergencyContactNoThrow(parsedPdu); in doHttp()82 updateDestinationAddress(parsedPdu); in doHttp()115 private void notifyIfEmergencyContactNoThrow(final GenericPdu parsedPdu) { in notifyIfEmergencyContactNoThrow() argument117 notifyIfEmergencyContact(parsedPdu); in notifyIfEmergencyContactNoThrow()123 private void notifyIfEmergencyContact(final GenericPdu parsedPdu) { in notifyIfEmergencyContact() argument124 if (parsedPdu != null && parsedPdu.getMessageType() == PduHeaders.MESSAGE_TYPE_SEND_REQ) { in notifyIfEmergencyContact()125 SendReq sendReq = (SendReq) parsedPdu; in notifyIfEmergencyContact()