Searched refs:BEST (Results 1 - 4 of 4) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DAttachmentActionHandler.java114 startDownloadingAttachment(destination, UIProvider.AttachmentRendition.BEST, 0, false);
H A DMessageAttachmentTile.java160 UIProvider.AttachmentRendition.BEST, additionalPriority, delayDownload);
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DUIProvider.java2185 public static final int BEST = 1; field in class:UIProvider.AttachmentRendition
2188 private static final String BEST_STRING = "BEST";
2193 public static final int[] PREFERRED_RENDITIONS = new int[]{BEST, SIMPLE};
2199 return BEST;
2206 if (rendition == BEST) {
H A DAttachment.java481 case AttachmentRendition.BEST:
702 } else if (rendition == AttachmentRendition.BEST) {
703 // shift of 1 finds the BEST rendition bit

Completed in 157 milliseconds