Home
last modified time | relevance | path

Searched defs:sizeLimit (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Camera2/tests_camera/src/com/android/camera/functional/
DVideoCaptureIntentTest.java133 final long sizeLimit = 500000; // bytes in testExtraSizeLimit() local
/packages/apps/Camera/tests/src/com/android/camera/functional/
DVideoCaptureIntentTest.java133 final long sizeLimit = 500000; // bytes in testExtraSizeLimit() local
/packages/apps/Camera2/tests/src/com/android/camera/functional/
DVideoCaptureIntentTest.java133 final long sizeLimit = 500000; // bytes in testExtraSizeLimit() local
/packages/apps/LegacyCamera/tests/src/com/android/camera/functional/
DVideoCaptureIntentTest.java156 final long sizeLimit = 500000; // bytes in testExtraSizeLimit() local
/packages/apps/Mms/src/com/android/mms/ui/
DMessageUtils.java492 public static void recordSound(Activity activity, int requestCode, long sizeLimit) { in recordSound()
501 public static void recordVideo(Activity activity, int requestCode, long sizeLimit) { in recordVideo()
DSlideEditorActivity.java459 long sizeLimit = ComposeMessageActivity.computeAttachmentSizeLimit(mSlideshowModel, in onOptionsItemSelected() local
DComposeMessageActivity.java2843 long sizeLimit = computeAttachmentSizeLimit(slideShow, currentSlideSize); in addAttachment() local
2859 long sizeLimit = computeAttachmentSizeLimit(slideShow, currentSlideSize); in addAttachment() local
2874 long sizeLimit = MmsConfig.getMaxMessageSize() - SlideshowModel.SLIDESHOW_SLOP; in computeAttachmentSizeLimit() local