Searched refs:getDestination (Results 1 – 10 of 10) sorted by relevance
160 entry.getDestination()).performSynchronousQuery(); in doInBackground()168 entry.getDestination())){ in doInBackground()173 entry.getDestination()))); in doInBackground()254 if (entry != null && entry.isValid() && entry.getDestination() != null && in getRecipientParticipantDataForConversationCreation()255 PhoneUtils.isValidSmsMmsDestination(entry.getDestination())) { in getRecipientParticipantDataForConversationCreation()274 if (entry != null && entry.isValid() && entry.getDestination() != null) { in getSelectedDestinations()276 entry.getDestination())); in getSelectedDestinations()
118 mContactDetailsTextView.setText(mData.getDestination()); in updateViewAppearance()122 final String destinationString = String.valueOf(mData.getDestination()); in updateViewAppearance()
294 item.getRecipientEntry().getDestination())); in isContactSelected()
61 return getDestination() != null && entry.getDestination() != null && in isSamePerson()62 TextUtils.equals(getDestination(), entry.getDestination()); in isSamePerson()
92 return PhoneUtils.getDefault().formatForDisplay(entry.getDestination()); in formatDestination()
114 public CharSequence getDestination() { in getDestination() method in ContactListItemData
172 pd.mSendDestination = TextUtil.replaceUnicodeDigits(recipientEntry.getDestination()); in getFromRecipientEntry()
182 public Rect getDestination() { in getDestination() method in RenderingRequest
311 request.getDestination()); in render()
192 assertEquals(cliv.mData.getDestination(), participants.get(0).getSendDestination()); in testPickInitialContact()