Home
last modified time | relevance | path

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

/packages/services/Mms/src/com/android/mms/service/
DSendRequest.java302 boolean isUpdated = updateDestinationAddressPerType((SendReq)pdu, PduHeaders.TO); in updateDestinationAddress()
303 isUpdated = updateDestinationAddressPerType((SendReq)pdu, PduHeaders.CC) || isUpdated; in updateDestinationAddress()
304 isUpdated = updateDestinationAddressPerType((SendReq)pdu, PduHeaders.BCC) || isUpdated; in updateDestinationAddress()
311 private boolean updateDestinationAddressPerType(SendReq pdu, int type) { in updateDestinationAddressPerType() method in SendRequest