Searched refs:destEntryPhone (Results 1 – 1 of 1) sorted by relevance
276 VCardProperty destEntryPhone = new VCardProperty(); in sendMapMessage() local281 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()