Searched refs:computeAttachmentSizeLimit (Results 1 – 2 of 2) sorted by relevance
459 long sizeLimit = ComposeMessageActivity.computeAttachmentSizeLimit(mSlideshowModel, in onOptionsItemSelected()478 sizeLimit = ComposeMessageActivity.computeAttachmentSizeLimit(mSlideshowModel, in onOptionsItemSelected()
2843 long sizeLimit = computeAttachmentSizeLimit(slideShow, currentSlideSize); in addAttachment()2859 long sizeLimit = computeAttachmentSizeLimit(slideShow, currentSlideSize); in addAttachment()2872 public static long computeAttachmentSizeLimit(SlideshowModel slideShow, int currentSlideSize) { in computeAttachmentSizeLimit() method in ComposeMessageActivity