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 39 import com.android.mail.providers.UIProvider.AttachmentDestination;
148 mActionHandler.startDownloadingAttachment(AttachmentDestination.CACHE,
208 AttachmentDestination.CACHE, AttachmentRendition.SIMPLE, 0, false);
MessageAttachmentBar.java 45 import com.android.mail.providers.UIProvider.AttachmentDestination;
177 mActionHandler.startDownloadingAttachment(AttachmentDestination.EXTERNAL);
231 mActionHandler.startDownloadingAttachment(AttachmentDestination.CACHE);
251 mActionHandler.showAttachment(AttachmentDestination.EXTERNAL);
259 mActionHandler.showAttachment(AttachmentDestination.CACHE);
AttachmentActionHandler.java 37 import com.android.mail.providers.UIProvider.AttachmentDestination;
87 (destination == AttachmentDestination.CACHE ||
  /packages/apps/UnifiedEmail/src/com/android/mail/photo/
MailPhotoViewActivity.java 42 import com.android.mail.providers.UIProvider.AttachmentDestination;
237 attachment.destination == AttachmentDestination.EXTERNAL) {
327 mActionHandler.startDownloadingAttachment(AttachmentDestination.EXTERNAL);
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
EmlAttachmentProvider.java 262 newDestination.intValue() : UIProvider.AttachmentDestination.CACHE;
264 destination == UIProvider.AttachmentDestination.EXTERNAL;
282 attachment.destination = UIProvider.AttachmentDestination.EXTERNAL;
422 attachment.destination == UIProvider.AttachmentDestination.EXTERNAL;
Attachment.java 33 import com.android.mail.providers.UIProvider.AttachmentDestination;
256 destination = AttachmentDestination.CACHE;
427 return state == AttachmentState.SAVED && destination == AttachmentDestination.EXTERNAL;
UIProvider.java     [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
AttachmentUtilities.java 393 if (attachment.mUiDestination == UIProvider.AttachmentDestination.CACHE) {
  /packages/apps/Email/src/com/android/email/provider/
EmailProvider.java     [all...]

Completed in 80 milliseconds