Searched refs:destEntryPhone (Results 1 – 2 of 2) sorted by relevance
549 VCardProperty destEntryPhone = new VCardProperty(); in addRecipientsToEntries() local550 destEntryPhone.setName(VCardConstants.PROPERTY_TEL); in addRecipientsToEntries()551 destEntryPhone.addValues(number); in addRecipientsToEntries()552 destEntry.addProperty(destEntryPhone); in addRecipientsToEntries()
295 VCardProperty destEntryPhone = new VCardProperty(); in sendMapMessage() local296 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()