Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
DMceStateMachine.java276 VCardProperty destEntryPhone = new VCardProperty(); in sendMapMessage() local
281 destEntryPhone.setName(VCardConstants.PROPERTY_TEL); in sendMapMessage()
282 destEntryPhone.addValues(contact.getSchemeSpecificPart()); in sendMapMessage()
284 Log.d(TAG, "Sending to phone numbers " + destEntryPhone.getValueList()); in sendMapMessage()
292 destEntry.addProperty(destEntryPhone); in sendMapMessage()