Home
last modified time | relevance | path

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

/packages/services/Mms/src/com/android/mms/service/
DSendRequest.java277 int nNumberCount = recipientNumbers.length; in updateDestinationAddressPerType() local
278 if (nNumberCount > 0) { in updateDestinationAddressPerType()
280 EncodedStringValue[] newNumbers = new EncodedStringValue[nNumberCount]; in updateDestinationAddressPerType()
283 for (int i = 0; i < nNumberCount; i++) { in updateDestinationAddressPerType()