Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/
DMceStateMachine.java364 VCardProperty destEntryPhone = new VCardProperty(); in sendMapMessage() local
365 destEntryPhone.setName(VCardConstants.PROPERTY_TEL); in sendMapMessage()
366 destEntryPhone.addValues(contact.getSchemeSpecificPart()); in sendMapMessage()
367 destEntry.addProperty(destEntryPhone); in sendMapMessage()
369 Log.v(TAG, "Sending to phone numbers " + destEntryPhone.getValueList()); in sendMapMessage()
DMapClientContent.java611 VCardProperty destEntryPhone = new VCardProperty(); in addRecipientsToEntries() local
612 destEntryPhone.setName(VCardConstants.PROPERTY_TEL); in addRecipientsToEntries()
613 destEntryPhone.addValues(number); in addRecipientsToEntries()
614 destEntry.addProperty(destEntryPhone); in addRecipientsToEntries()