Searched refs:getSendDestination (Results 1 – 8 of 8) sorted by relevance
47 mDisplayName = participant.getSendDestination(); in ParticipantListItemData()51 mDetails = (participant.isUnknownSender()) ? null : participant.getSendDestination(); in ParticipantListItemData()
622 emails.add(participant.getSendDestination()); in sendMessage()624 phones.add(participant.getSendDestination()); in sendMessage()702 final String phoneNumber = participant.getSendDestination(); in getParticipantPhoneNumber()
299 public String getSendDestination() { in getSendDestination() method in ParticipantData
122 assertTrue(recipients.contains(participant.getSendDestination())); in testGetOrCreateConversation()136 assertTrue(recipients.contains(participant.getSendDestination())); in testGetOrCreateConversation()
38 assertEquals(participant2.getSendDestination(), testCursor.getAt( in testBindParticipants()
193 assertEquals(cliv.mData.getDestination(), participants.get(0).getSendDestination()); in testPickInitialContact()
613 values.put(ParticipantColumns.SEND_DESTINATION, participantData.getSendDestination()); in updateParticipant()
147 recipients.add(participant.getSendDestination()); in getRecipientsFromConversationParticipants()915 recipients.add(participant.getSendDestination()); in getRecipientsForConversation()