Home
last modified time | relevance | path

Searched refs:getDestination (Results 1 – 14 of 14) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/contact/
DContactRecipientAutoCompleteView.java160 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()
DContactListItemView.java118 mContactDetailsTextView.setText(mData.getDestination()); in updateViewAppearance()
122 final String destinationString = String.valueOf(mData.getDestination()); in updateViewAppearance()
DContactPickerFragment.java294 item.getRecipientEntry().getDestination())); in isContactSelected()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleRecipientEntry.java61 return getDestination() != null && entry.getDestination() != null && in isSamePerson()
62 TextUtils.equals(getDestination(), entry.getDestination()); in isSamePerson()
/packages/apps/DocumentsUI/src/com/android/documentsui/services/
DFileOperation.java82 public DocumentStack getDestination() { in getDestination() method in FileOperation
140 service, listener, id, getDestination(), getSrc(), getMessenger(), features); in createJob()
180 return new CompressJob(service, listener, id, getDestination(), getSrc(), in createJob()
223 service, listener, id, getDestination(), getSrc(), getMessenger(), features); in createJob()
260 service, listener, id, getDestination(), getSrc(), mSrcParent, in createJob()
263 return new DeleteJob(service, listener, id, getDestination(), getSrc(), in createJob()
/packages/services/Telephony/testapps/EmbmsTestDownloadApp/src/com/android/phone/testapps/embmsdownload/
DEmbmsTestDownloadApp.java438 getDestination(info.getServiceId())) in performDownload()
448 private Uri getDestination(String serviceId) { in getDestination() method in EmbmsTestDownloadApp
/packages/apps/Messaging/src/com/android/messaging/util/
DContactRecipientEntryUtils.java92 return PhoneUtils.getDefault().formatForDisplay(entry.getDestination()); in formatDestination()
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DContactListItemData.java114 public CharSequence getDestination() { in getDestination() method in ContactListItemData
DParticipantData.java172 pd.mSendDestination = TextUtil.replaceUnicodeDigits(recipientEntry.getDestination()); in getFromRecipientEntry()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
DRenderingRequest.java182 public Rect getDestination() { in getDestination() method in RenderingRequest
DCachingPipeline.java311 request.getDestination()); in render()
/packages/apps/Messaging/tests/src/com/android/messaging/ui/contact/
DContactPickerFragmentTest.java193 assertEquals(cliv.mData.getDestination(), participants.get(0).getSendDestination()); in testPickInitialContact()
/packages/modules/NetworkStack/src/android/net/ip/
DIpNeighborMonitor.java216 final InetAddress destination = neighMsg.getDestination(); in evaluateRtNetlinkNeighborMessage()
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DDirectoryFragment.java249 this::getDestination in onCreateView()
988 private DocumentInfo getDestination(View v) { in getDestination() method in DirectoryFragment