Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/
DMceStateMachine.java373 VCardProperty destEntryContact = new VCardProperty(); in sendMapMessage() local
374 destEntryContact.setName(VCardConstants.PROPERTY_EMAIL); in sendMapMessage()
375 destEntryContact.addValues(contact.getSchemeSpecificPart()); in sendMapMessage()
376 destEntry.addProperty(destEntryContact); in sendMapMessage()
379 Log.d(TAG, "Sending to emails " + destEntryContact.getValueList()); in sendMapMessage()