Home
last modified time | relevance | path

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

/packages/apps/Mms/src/com/android/mms/ui/
DSlideEditorActivity.java459 long sizeLimit = ComposeMessageActivity.computeAttachmentSizeLimit(mSlideshowModel, in onOptionsItemSelected()
478 sizeLimit = ComposeMessageActivity.computeAttachmentSizeLimit(mSlideshowModel, in onOptionsItemSelected()
DComposeMessageActivity.java2843 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