Home
last modified time | relevance | path

Searched defs:attachment (Results 1 – 25 of 40) sorted by relevance

12

/packages/apps/Messaging/src/com/android/messaging/ui/attachmentchooser/
DAttachmentGridItemView.java38 boolean isItemSelected(MessagePartData attachment); in isItemSelected()
39 void onItemCheckedChanged(AttachmentGridItemView view, MessagePartData attachment); in onItemCheckedChanged()
40 void onItemClicked(AttachmentGridItemView view, MessagePartData attachment); in onItemClicked()
92 public void bind(final MessagePartData attachment, final HostInterface hostInterface) { in bind()
DAttachmentGridView.java59 public boolean isItemSelected(final MessagePartData attachment) { in isItemSelected()
64 public void onItemClicked(final AttachmentGridItemView view, final MessagePartData attachment) { in onItemClicked()
73 public void onItemCheckedChanged(AttachmentGridItemView view, MessagePartData attachment) { in onItemCheckedChanged()
/packages/apps/UnifiedEmail/src/com/android/mail/photo/
DMailPhotoViewController.java172 final Attachment attachment = getCurrentAttachment(); in updateActionItems() local
234 final Attachment attachment = getCurrentAttachment(); in updateActionBar() local
258 final Attachment attachment = getCurrentAttachment(); in onFragmentVisible() local
277 final PhotoViewFragment fragment, final Attachment attachment) { in updateProgressAndEmptyViews()
319 final Attachment attachment = getCurrentAttachment(); in redownloadAttachment() local
334 private void saveAttachment(final Attachment attachment) { in saveAttachment()
368 private void shareAttachment(final Attachment attachment) { in shareAttachment()
395 final Attachment attachment = getCurrentAttachment(); in printAttachment() local
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DAttachmentTile.java69 public static boolean isTiledAttachment(final Attachment attachment) { in isTiledAttachment()
109 protected void render(Attachment attachment, AttachmentPreviewCache attachmentPreviewCache) { in render()
277 public AttachmentPreview(Attachment attachment, Bitmap preview) { in AttachmentPreview()
284 void set(Attachment attachment, Bitmap preview); in set()
285 Bitmap get(Attachment attachment); in get()
DAttachmentTileGrid.java86 private void addMessageTileFromAttachment(Attachment attachment, int index, in addMessageTileFromAttachment()
102 public ComposeAttachmentTile addComposeTileFromAttachment(Attachment attachment) { in addComposeTileFromAttachment()
253 public void set(Attachment attachment, Bitmap preview) { in set()
265 public Bitmap get(Attachment attachment) { in get()
DThumbnailLoadTask.java52 AttachmentBitmapHolder holder, Attachment attachment, Attachment prevAttachment) { in setupThumbnailPreview()
/packages/apps/Email/tests/src/com/android/email/mail/transport/
DSmtpSenderUnitTests.java147 Attachment attachment = setupSimpleAttachment(mProviderContext, message.mId); in testSendMessageWithEmptyAttachment() local
195 Attachment attachment = new Attachment(); in setupSimpleAttachment() local
211 private void expectSimpleAttachment(MockTransport mockTransport, Attachment attachment) { in expectSimpleAttachment()
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DAttachmentUtils.java89 public static String getDisplayType(final Context context, final Attachment attachment) { in getDisplayType()
173 public static String cacheAttachmentUri(Context context, Attachment attachment, in cacheAttachmentUri()
282 public static boolean canDownloadAttachment(Context context, Attachment attachment) { in canDownloadAttachment()
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DAttachmentProgressDialogFragment.java39 static AttachmentProgressDialogFragment newInstance(Attachment attachment) { in newInstance()
117 public boolean isShowingDialogForAttachment(Attachment attachment) { in isShowingDialogForAttachment()
DAttachmentActionHandler.java84 public void setAttachment(Attachment attachment) { in setAttachment()
124 Attachment attachment, int destination, int rendition, int additionalPriority, in startDownloadingAttachment()
143 public void startRedownloadingAttachment(Attachment attachment) { in startRedownloadingAttachment()
283 Attachment attachment, FragmentManager fm) { in handleOption1()
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DAttachmentsView.java100 private void addAttachment(final Attachment attachment) { in addAttachment()
150 final Attachment attachment) { in deleteAttachment()
265 final Attachment attachment = new Attachment(); in generateLocalAttachment() local
376 public void addAttachment(Account account, Attachment attachment) in addAttachment()
DAttachmentComposeView.java41 public AttachmentComposeView(Context c, Attachment attachment) { in AttachmentComposeView()
DComposeAttachmentTile.java33 public void render(Attachment attachment, AttachmentPreviewCache attachmentPreviewCache) { in render()
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DEmlAttachmentProvider.java153 final Attachment attachment = mUriAttachmentMap.get(attachmentsUri); in query() local
242 final Attachment attachment = mUriAttachmentMap.get(uri); in addRow() local
259 private static void addRow(MatrixCursor cursor, Attachment attachment) { in addRow()
296 final Attachment attachment = mUriAttachmentMap.get(uri); in copyAttachment() local
471 final Attachment attachment = mUriAttachmentMap.get(uri); in getFilePath() local
/packages/apps/Messaging/src/com/android/messaging/ui/
DMultiAttachmentLayout.java71 boolean onAttachmentClick(MessagePartData attachment, Rect viewBoundsOnScreen, in onAttachmentClick()
233 final MessagePartData attachment = iterator.next(); in buildViews() local
400 public View findViewForAttachment(final MessagePartData attachment) { in findViewForAttachment()
412 final MessagePartData attachment; field in MultiAttachmentLayout.ViewWrapper
419 ViewWrapper(final View view, final MessagePartData attachment) { in ViewWrapper()
DAttachmentPreview.java237 final MessagePartData attachment = combinedAttachments.get(0); in onAttachmentsChanged() local
318 public boolean onAttachmentClick(final MessagePartData attachment, in onAttachmentClick()
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
DRequestGetMessage.java45 RequestGetMessage(String handle, MasClient.CharsetType charset, boolean attachment) { in RequestGetMessage()
/packages/apps/Email/tests/src/com/android/email/service/
DAttachmentServiceTests.java453 final EmailContent.Attachment attachment = new EmailContent.Attachment(); in testServiceCallbackAttachmentCompleteUpdate() local
466 final EmailContent.Attachment attachment = new EmailContent.Attachment(); in testServiceCallbackAttachmentErrorUpdate() local
479 final EmailContent.Attachment attachment = new EmailContent.Attachment(); in testServiceCallbackAttachmentInProgressUpdate() local
/packages/apps/Email/provider_src/com/android/email/service/
DAttachmentService.java201 private DownloadRequest(final Context context, final Attachment attachment) { in DownloadRequest()
508 ContentValues getAttachmentUpdateValues(final Attachment attachment, in getAttachmentUpdateValues()
546 final Attachment attachment = in loadAttachmentStatus() local
674 final Attachment attachment = Attachment.restoreAttachmentWithId( in run() local
847 final Attachment attachment = Attachment.restoreAttachmentWithId(this, id); in processQueue() local
1122 final Attachment attachment = Attachment.restoreAttachmentWithId(this, attachmentId); in endDownload() local
/packages/apps/Email/provider_src/com/android/email/
DNotificationController.java27 void showDownloadForwardFailedNotificationSynchronous(Attachment attachment); in showDownloadForwardFailedNotificationSynchronous()
DAttachmentInfo.java91 public AttachmentInfo(Context context, Attachment attachment) { in AttachmentInfo()
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DPendingAttachmentData.java130 protected void onPostExecute(final MessagePartData attachment) { in loadAttachmentForDraft()
DDraftMessageData.java340 private boolean addOneAttachmentNoNotify(final MessagePartData attachment) { in addOneAttachmentNoNotify()
353 private void addAttachment(final MessagePartData attachment, in addAttachment()
466 public void removeAttachment(final MessagePartData attachment) { in removeAttachment()
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationMessageView.java85 boolean onAttachmentClick(ConversationMessageView view, MessagePartData attachment, in onAttachmentClick()
1047 public boolean onAttachmentClick(final MessagePartData attachment, in onAttachmentClick()
1093 void bindView(View view, MessagePartData attachment); in bindView()
/packages/apps/Messaging/src/com/android/messaging/widget/
DWidgetConversationService.java249 final String attachment = mContext.getString(attachmentStringId); in getViewAt() local

12