Home
last modified time | relevance | path

Searched refs:getDestination (Results 1 – 13 of 13) 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/DocumentsUI/src/com/android/documentsui/services/
DFileOperation.java71 public DocumentStack getDestination() { in getDestination() method in FileOperation
121 return new CopyJob(service, listener, id, getDestination(), getSrc(), features); in createJob()
160 return new CompressJob(service, listener, id, getDestination(), getSrc(), features); in createJob()
200 return new CopyJob(service, listener, id, getDestination(), getSrc(), features); in createJob()
236 return new MoveJob(service, listener, id, getDestination(), getSrc(), in createJob()
239 return new DeleteJob(service, listener, id, getDestination(), getSrc(), in createJob()
/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/dirlist/
DDirectoryFragment.java922 .setAppearDroppable(DragAndDropHelper.canCopyTo(localState, getDestination(v))); in onDragEntered()
945 mActions.springOpenDirectory(getDestination(view)); in onViewHovered()
959 if (!DragAndDropHelper.canCopyTo(event.getLocalState(), getDestination(v))) { in handleDropEvent()
972 DocumentInfo dst = getDestination(v); in handleDropEvent()
989 DocumentInfo getDestination(View v) { in getDestination() method in DirectoryFragment
1018 DragAndDropHelper.canCopyTo(localState, getDestination(v))); in setDropTargetHighlight()
DDirectoryDragListener.java58 return DragAndDropHelper.canCopyTo(event.getLocalState(), mDragHost.getDestination(v)) in createOpenTask()
/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.java192 assertEquals(cliv.mData.getDestination(), participants.get(0).getSendDestination()); in testPickInitialContact()