Searched refs:assertConsistent (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
H A D | MediaFileTest.java | 44 assertConsistent("FOO.TXT", "text/plain", MtpConstants.FORMAT_TEXT); in testCommon() 45 assertConsistent("FOO.XML", "text/xml", MtpConstants.FORMAT_XML_DOCUMENT); in testCommon() 46 assertConsistent("FOO.HTML", "text/html", MtpConstants.FORMAT_HTML); in testCommon() 55 assertConsistent("FOO.MP3", "audio/mpeg", MtpConstants.FORMAT_MP3); in testAudio() 56 assertConsistent("FOO.AAC", "audio/aac", MtpConstants.FORMAT_AAC); in testAudio() 57 assertConsistent("FOO.OGG", "audio/ogg", MtpConstants.FORMAT_OGG); in testAudio() 58 assertConsistent("FOO.FLAC", "audio/flac", MtpConstants.FORMAT_FLAC); in testAudio() 66 assertConsistent("FOO.AVI", "video/avi", MtpConstants.FORMAT_AVI); in testVideo() 79 assertConsistent("FOO.PNG", "image/png", MtpConstants.FORMAT_PNG); in testImage() 80 assertConsistent("FOO.HEIF", "image/heif", MtpConstants.FORMAT_HEIF); in testImage() [all …]
|