Home
last modified time | relevance | path

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

/packages/services/Mms/src/com/android/mms/service/
DSendRequest.java286 EncodedStringValue[] recipientNumbers = null; in updateDestinationAddressPerType() local
290 recipientNumbers = pdu.getTo(); in updateDestinationAddressPerType()
293 recipientNumbers = pdu.getCc(); in updateDestinationAddressPerType()
296 recipientNumbers = pdu.getBcc(); in updateDestinationAddressPerType()
302 if (recipientNumbers != null) { in updateDestinationAddressPerType()
303 int nNumberCount = recipientNumbers.length; in updateDestinationAddressPerType()
309 toNumber = recipientNumbers[i].getString(); in updateDestinationAddressPerType()
315 newNumbers[i] = recipientNumbers[i]; in updateDestinationAddressPerType()