Searched refs:recipientNumbers (Results 1 – 1 of 1) sorted by relevance
286 EncodedStringValue[] recipientNumbers = null; in updateDestinationAddressPerType() local290 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()