Home
last modified time | relevance | path

Searched refs:AttachmentDestination (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Email/src/com/android/mail/providers/
DUIProvider.java1262 public static final class AttachmentDestination { class in UIProvider
1273 private AttachmentDestination() {} in AttachmentDestination() method in UIProvider.AttachmentDestination
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
DAttachmentUtilities.java385 if (attachment.mUiDestination == UIProvider.AttachmentDestination.CACHE) { in saveAttachment()