Home
last modified time | relevance | path

Searched refs:isDevSdkInRange (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/libs/net/common/testutils/devicetests/com/android/testutils/
H A DDevSdkIgnoreRule.kt31 fun isDevSdkInRange(minExclusive: Int?, maxInclusive: Int?): Boolean { regex
85 assumeTrue(message, isDevSdkInRange(ignoreClassUpTo, ignoreClassAfter))
86 assumeTrue(message, isDevSdkInRange(ignoreUpTo?.value, ignoreAfter?.value))
H A DCompatUtil.kt29 if (isDevSdkInRange(minExclusive = null, maxInclusive = Build.VERSION_CODES.R)) {
40 if (isDevSdkInRange(minExclusive = null, maxInclusive = Build.VERSION_CODES.R)) {
H A DDevSdkIgnoreRunner.kt49 if (isDevSdkInRange(ignoreUpTo?.value, ignoreAfter?.value)) AndroidJUnit4(klass) else null
/aosp12/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
H A DCaptivePortalTest.kt55 import com.android.testutils.isDevSdkInRange
187 if (isDevSdkInRange(0, Build.VERSION_CODES.Q)) CONNECTIVITY_INTERNAL
H A DConnectivityManagerTest.java301 if (DevSdkIgnoreRuleKt.isDevSdkInRange(null /* minExclusive */, in setUp()
/aosp12/packages/modules/Connectivity/tests/common/java/android/net/
H A DNetworkProviderTest.kt40 import com.android.testutils.isDevSdkInRange
379 if (!isDevSdkInRange(0, Build.VERSION_CODES.R)) {