Searched defs:REQUEST_CODE_CAPTURE_VIDEO (Results 1 - 1 of 1) sorted by relevance

/packages/apps/VideoEditor/src/com/android/videoeditor/
H A DVideoEditorActivity.java124 private static final int REQUEST_CODE_CAPTURE_VIDEO = 4; field in class:VideoEditorActivity
559 startActivityForResult(intent, REQUEST_CODE_CAPTURE_VIDEO);
990 case REQUEST_CODE_CAPTURE_VIDEO:
1007 case REQUEST_CODE_CAPTURE_VIDEO: {

Completed in 66 milliseconds