Searched defs:rendition (Results 1 – 3 of 3) sorted by relevance
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
D | Attachment.java | 499 public Uri getUriForRendition(int rendition) { in getUriForRendition() 692 public static int updatePreviewStates(int previewStates, int attachmentIndex, int rendition, in updatePreviewStates() 715 public static boolean getPreviewState(int previewStates, int attachmentIndex, int rendition) { in getPreviewState()
|
D | UIProvider.java | 2202 public static int parseRendition(String rendition) { in parseRendition() 2212 public static String toString(int rendition) { in toString()
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
D | AttachmentActionHandler.java | 118 int destination, int rendition, int additionalPriority, boolean delayDownload) { in startDownloadingAttachment() 124 Attachment attachment, int destination, int rendition, int additionalPriority, in startDownloadingAttachment()
|