Home
last modified time | relevance | path

Searched refs:sIsAtLeastS (Results 1 – 9 of 9) sorted by relevance

/cts/tests/tests/media/audio/src/android/media/audio/cts/
DRingtoneTest.java49 private static boolean sIsAtLeastS = ApiLevelUtil.isAtLeast(Build.VERSION_CODES.S); field in RingtoneTest
206 if (sIsAtLeastS) { in testPlaybackProperties()
212 if (sIsAtLeastS) { in testPlaybackProperties()
/cts/tests/tests/media/muxer/src/android/media/muxer/cts/
DNativeMuxerTest.java64 private static final boolean sIsAtLeastS = ApiLevelUtil.isAtLeast(Build.VERSION_CODES.S); field in NativeMuxerTest
281 if (!sIsAtLeastS) { in compareFormats()
/cts/tests/tests/media/misc/src/android/media/misc/cts/
DPlaybackStateTest.java59 private static boolean sIsAtLeastS = ApiLevelUtil.isAtLeast(Build.VERSION_CODES.S); field in PlaybackStateTest
296 if (!MediaUtils.check(sIsAtLeastS, "testIsActive() requires Android 12")) { in testIsActive()
DNativeDecoderTest.java66 private static final boolean sIsAtLeastS = ApiLevelUtil.isAtLeast(Build.VERSION_CODES.S); field in NativeDecoderTest
DMediaCodecListTest.java72 private static boolean sIsAtLeastS = ApiLevelUtil.isAtLeast(Build.VERSION_CODES.S); field in MediaCodecListTest
501 if (!MediaUtils.check(sIsAtLeastS, "testInputChannelLimits invalid before Android 12")) { in testInputChannelLimits()
/cts/tests/media/src/android/mediav2/cts/
DExtractorUnitTest.java55 private static boolean sIsAtLeastS = ApiLevelUtil.isAtLeast(Build.VERSION_CODES.S); field in ExtractorUnitTest
1090 if (!sIsAtLeastS) { in testVideoSampleFileOffsetByGetSampleFormat()
1102 if (!sIsAtLeastS) { in testAudioSampleFileOffsetByGetSampleFormat()
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
DAdaptivePlaybackTest.java67 private static final boolean sIsAtLeastS = ApiLevelUtil.isAtLeast(Build.VERSION_CODES.S); field in AdaptivePlaybackTest
504 if (sIsAtLeastS) { in addTests()
1107 if (sIsAtLeastS) {
/cts/tests/tests/media/codec/src/android/media/codec/cts/
DEncodeVirtualDisplayTest.java134 private static boolean sIsAtLeastS = ApiLevelUtil.isAtLeast(Build.VERSION_CODES.S); field in EncodeVirtualDisplayTest
/cts/tests/tests/media/drmframework/src/android/media/drmframework/cts/
DMediaDrmClearkeyTest.java130 private static boolean sIsAtLeastS = ApiLevelUtil.isAtLeast(Build.VERSION_CODES.S); field in MediaDrmClearkeyTest
1270 if(sIsAtLeastS && !e.isTransient()) { in testResourceContentionError()