Searched refs:IS_AT_LEAST_R (Results 1 – 5 of 5) sorted by relevance
126 if (IS_AT_LEAST_R) { in testSimpleDecode()
498 Assume.assumeTrue("Test needs Android 11", IS_AT_LEAST_R); in testReconfigure()
618 Assume.assumeTrue("Test needs Android 11", IS_AT_LEAST_R); in testReconfigure()
118 public static final boolean IS_AT_LEAST_R = ApiLevelUtil.isAtLeast(Build.VERSION_CODES.R); field in CodecTestBase1200 if (IS_AT_LEAST_R && ((flags & MediaCodec.CONFIGURE_FLAG_USE_BLOCK_MODEL) != 0)) { in configureCodec()
112 private static boolean IS_AT_LEAST_R = ApiLevelUtil.isAtLeast(Build.VERSION_CODES.R); field in DecoderTest368 if (!MediaUtils.check(IS_AT_LEAST_R, "test invalid before Android 11")) return; in verifyChannelsAndRates()