/libcore/ojluni/src/main/java/java/security/ |
D | AlgorithmParameterGenerator.java | 182 if (VMRuntime.getSdkVersion() >= VersionCodes.UPSIDE_DOWN_CAKE) { in getInstance() 239 if (VMRuntime.getSdkVersion() >= VersionCodes.UPSIDE_DOWN_CAKE) { in getInstance() 289 if (VMRuntime.getSdkVersion() >= VersionCodes.UPSIDE_DOWN_CAKE) { in getInstance()
|
D | AlgorithmParameters.java | 240 if (VMRuntime.getSdkVersion() >= VersionCodes.UPSIDE_DOWN_CAKE) { in getInstance() 296 if (VMRuntime.getSdkVersion() >= VersionCodes.UPSIDE_DOWN_CAKE) { in getInstance() 348 if (VMRuntime.getSdkVersion() >= VersionCodes.UPSIDE_DOWN_CAKE) { in getInstance()
|
D | KeyFactory.java | 197 if (VMRuntime.getSdkVersion() >= VersionCodes.UPSIDE_DOWN_CAKE) { in getInstance() 239 if (VMRuntime.getSdkVersion() >= VersionCodes.UPSIDE_DOWN_CAKE) { in getInstance() 282 if (VMRuntime.getSdkVersion() >= VersionCodes.UPSIDE_DOWN_CAKE) { in getInstance()
|
/libcore/ojluni/src/main/java/java/nio/channels/ |
D | FileLock.java | 156 if (VMRuntime.getSdkVersion() >= VersionCodes.UPSIDE_DOWN_CAKE) { in FileLock() 199 if (VMRuntime.getSdkVersion() >= VersionCodes.UPSIDE_DOWN_CAKE) { in FileLock()
|
/libcore/ojluni/src/main/java/java/util/ |
D | Random.java | 670 if (VMRuntime.getSdkVersion() >= VersionCodes.VANILLA_ICE_CREAM && in ints() 729 if (VMRuntime.getSdkVersion() >= VersionCodes.VANILLA_ICE_CREAM && in ints() 779 if (VMRuntime.getSdkVersion() >= VersionCodes.VANILLA_ICE_CREAM && in ints()
|
D | UUID.java | 257 if (!(VMRuntime.getSdkVersion() >= VersionCodes.UPSIDE_DOWN_CAKE in fromString()
|
D | PriorityQueue.java | 339 … boolean usePreAndroidUBehavior = VMRuntime.getSdkVersion() < VersionCodes.UPSIDE_DOWN_CAKE in offer()
|
D | Formatter.java | 2898 return VMRuntime.getSdkVersion() >= VersionCodes.VANILLA_ICE_CREAM in isStrictValidationEnabled()
|
/libcore/luni/src/test/java/libcore/java/util/ |
D | FormatterTest.java | 394 var msg = "Checks are done only starting from V. Current SDK=" + VMRuntime.getSdkVersion(); in invalidIndicesThrowsException_afterU_whenChecksAreEnabled() 395 assumeTrue(msg, VMRuntime.getSdkVersion() >= VersionCodes.VANILLA_ICE_CREAM); in invalidIndicesThrowsException_afterU_whenChecksAreEnabled() 412 var msg = "Checks are done only starting from V. Current SDK=" + VMRuntime.getSdkVersion(); in invalidIndicesDontThrow_beforeV_whenChecksAreEnabled() 413 assumeTrue(msg, VMRuntime.getSdkVersion() < VersionCodes.VANILLA_ICE_CREAM); in invalidIndicesDontThrow_beforeV_whenChecksAreEnabled()
|
D | LegacyLocalesTest.java | 65 var msg = "Test should run on V+ only, current SDK level=" + VMRuntime.getSdkVersion(); in obsoleteLocales_withFlagEnabled() 66 assumeTrue(msg, VMRuntime.getSdkVersion() >= VersionCodes.VANILLA_ICE_CREAM); in obsoleteLocales_withFlagEnabled()
|
/libcore/luni/src/test/java/libcore/java/util/regex/ |
D | MatcherTest.java | 93 Assume.assumeTrue(VMRuntime.getSdkVersion() >= VersionCodes.UPSIDE_DOWN_CAKE); in testAppendReplacement()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/ |
D | FileLockTest.java | 75 assertTrue(VMRuntime.getSdkVersion() >= VersionCodes.UPSIDE_DOWN_CAKE); in assertUpsideDownCakeOrGreater()
|
/libcore/ojluni/src/test/java/util/PriorityQueue/ |
D | AddNonComparable.java | 67 boolean testPreAndroidUBehavior = VMRuntime.getSdkVersion() < VersionCodes.UPSIDE_DOWN_CAKE in queues()
|
/libcore/luni/src/test/java/libcore/java/io/ |
D | FileTest.java | 508 + "Current SDK=" + VMRuntime.getSdkVersion(); in testGetCanonicalPath_parentOfRootPath_afterU_whenChecksAreEnabled() 509 assumeTrue(msg, VMRuntime.getSdkVersion() >= VersionCodes.VANILLA_ICE_CREAM); in testGetCanonicalPath_parentOfRootPath_afterU_whenChecksAreEnabled()
|
/libcore/ojluni/src/main/java/java/util/regex/ |
D | Pattern.java | 5743 && VMRuntime.getSdkVersion() >= VersionCodes.UPSIDE_DOWN_CAKE in splitAsStream()
|
D | Matcher.java | 886 if (VMRuntime.getSdkVersion() >= VersionCodes.UPSIDE_DOWN_CAKE in appendReplacementInternal()
|
/libcore/ojluni/src/main/java/sun/util/locale/ |
D | BaseLocale.java | 120 return !(VMRuntime.getSdkVersion() >= VersionCodes.VANILLA_ICE_CREAM && in useOldIsoCodes()
|
/libcore/libart/src/main/java/dalvik/system/ |
D | VMRuntime.java | 429 public static int getSdkVersion() { in getSdkVersion() method in VMRuntime
|
/libcore/ojluni/src/main/java/java/io/ |
D | UnixFileSystem.java | 243 VMRuntime.getSdkVersion() >= VersionCodes.VANILLA_ICE_CREAM && in canonicalize0()
|
/libcore/ojluni/src/test/java/util/regex/ |
D | PatternStreamTest.java | 147 && !(VMRuntime.getSdkVersion() > VersionCodes.TIRAMISU in testPatternSplitAsStream()
|
/libcore/ojluni/src/test/java/util/concurrent/tck/ |
D | PriorityQueueTest.java | 235 boolean preAndroidUBehavior = VMRuntime.getSdkVersion() < VersionCodes.UPSIDE_DOWN_CAKE in testOfferNonComparable()
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
D | KeyFactoryTest.java | 114 VMRuntime.getSdkVersion() >= VersionCodes.UPSIDE_DOWN_CAKE in testGetInstanceStringString()
|
/libcore/luni/src/test/java/libcore/java/lang/ |
D | ClassTest.java | 423 if (VMRuntime.getSdkVersion() >= VersionCodes.VANILLA_ICE_CREAM) { in toGenericString()
|
/libcore/ojluni/src/main/java/java/lang/ |
D | Class.java | 442 if (VMRuntime.getSdkVersion() >= VersionCodes.VANILLA_ICE_CREAM) { in toGenericString()
|
/libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/ |
D | PatternTest.java | 2227 if (VMRuntime.getSdkVersion() > VersionCodes.TIRAMISU in getExpectedEmptyStringSplitLength()
|