Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
DMapClientContent.java549 VCardProperty destEntryPhone = new VCardProperty(); in addRecipientsToEntries() local
550 destEntryPhone.setName(VCardConstants.PROPERTY_TEL); in addRecipientsToEntries()
551 destEntryPhone.addValues(number); in addRecipientsToEntries()
552 destEntry.addProperty(destEntryPhone); in addRecipientsToEntries()
DMceStateMachine.java295 VCardProperty destEntryPhone = new VCardProperty(); in sendMapMessage() local
296 destEntryPhone.setName(VCardConstants.PROPERTY_TEL); in sendMapMessage()
297 destEntryPhone.addValues(contact.getSchemeSpecificPart()); in sendMapMessage()
298 destEntry.addProperty(destEntryPhone); in sendMapMessage()
301 Log.d(TAG, "Sending to phone numbers " + destEntryPhone.getValueList()); in sendMapMessage()