Searched refs:sIsAtLeastS (Results 1 – 9 of 9) sorted by relevance
47 private static boolean sIsAtLeastS = ApiLevelUtil.isAtLeast(Build.VERSION_CODES.S); field in RingtoneTest193 if (sIsAtLeastS) { in testPlaybackProperties()199 if (sIsAtLeastS) { in testPlaybackProperties()
69 private static boolean sIsAtLeastS = ApiLevelUtil.isAtLeast(Build.VERSION_CODES.S); field in MediaSessionManagerTest97 if (!MediaUtils.check(sIsAtLeastS, "test invalid before Android 12")) return; in testGetMediaKeyEventSession_throwsSecurityException()108 if (!MediaUtils.check(sIsAtLeastS, "test invalid before Android 12")) return; in testOnMediaKeyEventSessionChangedListener()142 if (!MediaUtils.check(sIsAtLeastS, "test invalid before Android 12")) return; in testOnMediaKeyEventDispatchedListener()185 if (!MediaUtils.check(sIsAtLeastS, "test invalid before Android 12")) return; in testAddOnActiveSessionsListener()495 if (!MediaUtils.check(sIsAtLeastS, "test invalid before Android 12")) return; in testCustomClassConfigValuesAreValid()
59 private static boolean sIsAtLeastS = ApiLevelUtil.isAtLeast(Build.VERSION_CODES.S); field in PlaybackStateTest296 if (!MediaUtils.check(sIsAtLeastS, "testIsActive() requires Android 12")) { in testIsActive()
129 private static boolean sIsAtLeastS = ApiLevelUtil.isAtLeast(Build.VERSION_CODES.S); field in EncodeVirtualDisplayTest
56 private static boolean sIsAtLeastS = ApiLevelUtil.isAtLeast(Build.VERSION_CODES.S); field in AdaptivePlaybackTest478 if (sIsAtLeastS) { in addTests()1069 if (sIsAtLeastS) {
81 private static boolean sIsAtLeastS = ApiLevelUtil.isAtLeast(Build.VERSION_CODES.S); field in NativeDecoderTest785 if (!sIsAtLeastS) { in compareFormats()
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()
117 private static boolean sIsAtLeastS = ApiLevelUtil.isAtLeast(Build.VERSION_CODES.S); field in MediaDrmClearkeyTest1236 if(sIsAtLeastS && !e.isTransient()) { in testResourceContentionError()
53 private static boolean sIsAtLeastS = ApiLevelUtil.isAtLeast(Build.VERSION_CODES.S); field in ExtractorUnitTest1007 if (!sIsAtLeastS) { in testVideoSampleFileOffsetByGetSampleFormat()1018 if (!sIsAtLeastS) { in testAudioSampleFileOffsetByGetSampleFormat()