HomeSort by relevance Sort by last modified time
    Searched refs:AttachmentDestination (Results 1 - 9 of 9) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageAttachmentTile.java 37 import com.android.mail.providers.UIProvider.AttachmentDestination;
159 mActionHandler.startDownloadingAttachment(AttachmentDestination.CACHE,
222 AttachmentDestination.CACHE, AttachmentRendition.SIMPLE, 0, false);
MessageAttachmentBar.java 46 import com.android.mail.providers.UIProvider.AttachmentDestination;
194 mActionHandler.startDownloadingAttachment(AttachmentDestination.EXTERNAL);
251 mActionHandler.startDownloadingAttachment(AttachmentDestination.CACHE);
261 mActionHandler.showAttachment(AttachmentDestination.EXTERNAL);
269 mActionHandler.showAttachment(AttachmentDestination.CACHE);
AttachmentActionHandler.java 38 import com.android.mail.providers.UIProvider.AttachmentDestination;
100 (destination == AttachmentDestination.CACHE ||
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
EmlAttachmentProvider.java 292 newDestination.intValue() : UIProvider.AttachmentDestination.CACHE;
294 destination == UIProvider.AttachmentDestination.EXTERNAL;
312 attachment.destination = UIProvider.AttachmentDestination.EXTERNAL;
473 attachment.destination == UIProvider.AttachmentDestination.EXTERNAL;
Attachment.java 33 import com.android.mail.providers.UIProvider.AttachmentDestination;
256 destination = AttachmentDestination.CACHE;
430 return state == AttachmentState.SAVED && destination == AttachmentDestination.EXTERNAL;
UIProvider.java     [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/photo/
MailPhotoViewController.java 247 attachment.destination == UIProvider.AttachmentDestination.EXTERNAL) {
337 mActionHandler.startDownloadingAttachment(UIProvider.AttachmentDestination.EXTERNAL);
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
AttachmentUtilities.java 406 if (attachment.mUiDestination == UIProvider.AttachmentDestination.CACHE) {
  /packages/apps/Email/provider_src/com/android/email/provider/
EmailProvider.java     [all...]

Completed in 146 milliseconds