Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapSmsPdu.java528 String destinationAddress; in getSubmitPdus() local
544 destinationAddress = PhoneNumberUtils.stripSeparators(address); in getSubmitPdus()
545 if (destinationAddress == null || destinationAddress.length() < 2) { in getSubmitPdus()
546 destinationAddress = in getSubmitPdus()
551 data = SmsMessage.getSubmitPdu(null, destinationAddress, smsFragments.get(0), in getSubmitPdus()
560 destinationAddress, smsFragments.get(i), encoding, languageTable, in getSubmitPdus()