Searched refs:destEntryPhone (Results 1 – 2 of 2) sorted by relevance
364 VCardProperty destEntryPhone = new VCardProperty(); in sendMapMessage() local365 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()
611 VCardProperty destEntryPhone = new VCardProperty(); in addRecipientsToEntries() local612 destEntryPhone.setName(VCardConstants.PROPERTY_TEL); in addRecipientsToEntries()613 destEntryPhone.addValues(number); in addRecipientsToEntries()614 destEntry.addProperty(destEntryPhone); in addRecipientsToEntries()