Searched refs:assertConsistent (Results 1 – 3 of 3) sorted by relevance
/aosp12/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 …]
|
/aosp12/packages/modules/Connectivity/core/tests/coretests/src/android/net/ |
H A D | NetworkStatsHistoryTest.java | 61 assertConsistent(stats); in tearDown() 331 assertConsistent(stats); in testFuzzing() 468 private static void assertConsistent(NetworkStatsHistory stats) { in assertConsistent() method in NetworkStatsHistoryTest
|
/aosp12/packages/modules/Connectivity/tests/unit/java/android/net/ |
H A D | NetworkStatsHistoryTest.java | 74 assertConsistent(stats); in tearDown() 355 assertConsistent(stats); in testFuzzing() 549 private static void assertConsistent(NetworkStatsHistory stats) { in assertConsistent() method in NetworkStatsHistoryTest
|