Searched refs:updateDestinationAddressPerType (Results 1 – 1 of 1) sorted by relevance
249 boolean isUpdated = updateDestinationAddressPerType((SendReq)pdu, PduHeaders.TO); in updateDestinationAddress()250 isUpdated = updateDestinationAddressPerType((SendReq)pdu, PduHeaders.CC) || isUpdated; in updateDestinationAddress()251 isUpdated = updateDestinationAddressPerType((SendReq)pdu, PduHeaders.BCC) || isUpdated; in updateDestinationAddress()258 private boolean updateDestinationAddressPerType(SendReq pdu, int type) { in updateDestinationAddressPerType() method in SendRequest