Home
last modified time | relevance | path

Searched refs:getSdkVersion (Results 1 – 16 of 16) sorted by relevance

/libcore/ojluni/src/main/java/java/security/
DAlgorithmParameterGenerator.java182 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()
DAlgorithmParameters.java240 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()
DKeyFactory.java193 if (VMRuntime.getSdkVersion() >= VersionCodes.UPSIDE_DOWN_CAKE) { in getInstance()
235 if (VMRuntime.getSdkVersion() >= VersionCodes.UPSIDE_DOWN_CAKE) { in getInstance()
278 if (VMRuntime.getSdkVersion() >= VersionCodes.UPSIDE_DOWN_CAKE) { in getInstance()
/libcore/ojluni/src/main/java/java/nio/channels/
DFileLock.java156 if (VMRuntime.getSdkVersion() >= VersionCodes.UPSIDE_DOWN_CAKE) { in FileLock()
199 if (VMRuntime.getSdkVersion() >= VersionCodes.UPSIDE_DOWN_CAKE) { in FileLock()
/libcore/luni/src/test/java/libcore/java/util/regex/
DMatcherTest.java93 Assume.assumeTrue(VMRuntime.getSdkVersion() >= VersionCodes.UPSIDE_DOWN_CAKE); in testAppendReplacement()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DFileLockTest.java75 assertTrue(VMRuntime.getSdkVersion() >= VersionCodes.UPSIDE_DOWN_CAKE); in assertUpsideDownCakeOrGreater()
/libcore/ojluni/src/test/java/util/PriorityQueue/
DAddNonComparable.java67 boolean testPreAndroidUBehavior = VMRuntime.getSdkVersion() < VersionCodes.UPSIDE_DOWN_CAKE in queues()
/libcore/ojluni/src/main/java/java/util/
DUUID.java221 if (!(VMRuntime.getSdkVersion() >= VersionCodes.UPSIDE_DOWN_CAKE in fromString()
DPriorityQueue.java339 … boolean usePreAndroidUBehavior = VMRuntime.getSdkVersion() < VersionCodes.UPSIDE_DOWN_CAKE in offer()
/libcore/libart/src/main/java/dalvik/system/
DVMRuntime.java429 public static int getSdkVersion() { in getSdkVersion() method in VMRuntime
/libcore/ojluni/src/main/java/java/util/regex/
DPattern.java5743 && VMRuntime.getSdkVersion() >= VersionCodes.UPSIDE_DOWN_CAKE in splitAsStream()
DMatcher.java886 if (VMRuntime.getSdkVersion() >= VersionCodes.UPSIDE_DOWN_CAKE in appendReplacementInternal()
/libcore/ojluni/src/test/java/util/regex/
DPatternStreamTest.java147 && !(VMRuntime.getSdkVersion() > VersionCodes.TIRAMISU in testPatternSplitAsStream()
/libcore/ojluni/src/test/java/util/concurrent/tck/
DPriorityQueueTest.java235 boolean preAndroidUBehavior = VMRuntime.getSdkVersion() < VersionCodes.UPSIDE_DOWN_CAKE in testOfferNonComparable()
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DKeyFactoryTest.java114 VMRuntime.getSdkVersion() >= VersionCodes.UPSIDE_DOWN_CAKE in testGetInstanceStringString()
/libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/
DPatternTest.java2223 if (VMRuntime.getSdkVersion() > VersionCodes.TIRAMISU in getExpectedEmptyStringSplitLength()