Home
last modified time | relevance | path

Searched refs:recordVideo (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Camera/tests/src/com/android/camera/functional/
DVideoCaptureIntentTest.java83 recordVideo(); in testNoExtraOutput()
101 recordVideo(); in testExtraOutput()
112 recordVideo(); in testRetake()
114 recordVideo(); in testRetake()
139 recordVideo(); in testRecordCancel()
158 recordVideo(5000); in testExtraSizeLimit()
179 recordVideo(5000); in testExtraDurationLimit()
201 recordVideo();
213 recordVideo();
237 private void recordVideo(int ms) throws Exception {
[all …]
/packages/apps/LegacyCamera/tests/src/com/android/camera/functional/
DVideoCaptureIntentTest.java90 recordVideo(); in testNoExtraOutput()
108 recordVideo(); in testExtraOutput()
119 recordVideo(); in testRetake()
121 recordVideo(); in testRetake()
146 recordVideo(); in testRecordCancel()
165 recordVideo(5000); in testExtraSizeLimit()
186 recordVideo(5000); in testExtraDurationLimit()
208 recordVideo();
220 recordVideo();
244 private void recordVideo(int ms) throws Exception {
[all …]
/packages/apps/Mms/src/com/android/mms/ui/
DSlideEditorActivity.java484 MessageUtils.recordVideo(this, REQUEST_CODE_TAKE_VIDEO, sizeLimit); in onOptionsItemSelected()
DMessageUtils.java466 public static void recordVideo(Activity activity, int requestCode, long sizeLimit) { in recordVideo() method in MessageUtils
DComposeMessageActivity.java2683 MessageUtils.recordVideo(this, REQUEST_CODE_TAKE_VIDEO, sizeLimit); in addAttachment()