Home
last modified time | relevance | path

Searched refs:VIDEO_MP4 (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/apps/Messaging/src/android/support/v7/mms/pdu/
H A DContentType.java69 public static final String VIDEO_MP4 = "video/mp4"; field in ContentType
120 sSupportedContentTypes.add(VIDEO_MP4);
162 sSupportedVideoTypes.add(VIDEO_MP4);
/aosp12/frameworks/base/telephony/common/com/google/android/mms/
H A DContentType.java73 public static final String VIDEO_MP4 = "video/mp4"; field in ContentType
125 sSupportedContentTypes.add(VIDEO_MP4);
168 sSupportedVideoTypes.add(VIDEO_MP4);
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/
H A DContentType.java88 public static final String VIDEO_MP4 = "video/mp4"; field in ContentType
183 if (VIDEO_MP4.equals(contentType)) { in getExtension()
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
H A DMediaNames.java55 public static final String VIDEO_MP4 = "/sdcard/media_api/video/MPEG4_320_AAC_64.mp4"; field in MediaNames
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
H A DMmsVideoRecorder.java125 return ContentType.VIDEO_MP4; in getContentType()
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediaplayback/
H A DMediaPlayerApiTest.java322 boolean isSeek = CodecTest.videoSeekTo(MediaNames.VIDEO_MP4); in testVideoMP4SeekTo()
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
H A DMessagePartData.java63 ContentType.VIDEO_H263, ContentType.VIDEO_M4V, ContentType.VIDEO_MP4,