Searched refs:sIsAtLeastS (Results 1 – 9 of 9) sorted by relevance
49 private static boolean sIsAtLeastS = ApiLevelUtil.isAtLeast(Build.VERSION_CODES.S); field in RingtoneTest206 if (sIsAtLeastS) { in testPlaybackProperties()212 if (sIsAtLeastS) { in testPlaybackProperties()
64 private static final boolean sIsAtLeastS = ApiLevelUtil.isAtLeast(Build.VERSION_CODES.S); field in NativeMuxerTest281 if (!sIsAtLeastS) { in compareFormats()
59 private static boolean sIsAtLeastS = ApiLevelUtil.isAtLeast(Build.VERSION_CODES.S); field in PlaybackStateTest296 if (!MediaUtils.check(sIsAtLeastS, "testIsActive() requires Android 12")) { in testIsActive()
66 private static final boolean sIsAtLeastS = ApiLevelUtil.isAtLeast(Build.VERSION_CODES.S); field in NativeDecoderTest
72 private static boolean sIsAtLeastS = ApiLevelUtil.isAtLeast(Build.VERSION_CODES.S); field in MediaCodecListTest501 if (!MediaUtils.check(sIsAtLeastS, "testInputChannelLimits invalid before Android 12")) { in testInputChannelLimits()
55 private static boolean sIsAtLeastS = ApiLevelUtil.isAtLeast(Build.VERSION_CODES.S); field in ExtractorUnitTest1090 if (!sIsAtLeastS) { in testVideoSampleFileOffsetByGetSampleFormat()1102 if (!sIsAtLeastS) { in testAudioSampleFileOffsetByGetSampleFormat()
67 private static final boolean sIsAtLeastS = ApiLevelUtil.isAtLeast(Build.VERSION_CODES.S); field in AdaptivePlaybackTest504 if (sIsAtLeastS) { in addTests()1107 if (sIsAtLeastS) {
134 private static boolean sIsAtLeastS = ApiLevelUtil.isAtLeast(Build.VERSION_CODES.S); field in EncodeVirtualDisplayTest
130 private static boolean sIsAtLeastS = ApiLevelUtil.isAtLeast(Build.VERSION_CODES.S); field in MediaDrmClearkeyTest1270 if(sIsAtLeastS && !e.isTransient()) { in testResourceContentionError()