Searched refs:isDevSdkInRange (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/libs/net/common/testutils/devicetests/com/android/testutils/ |
H A D | DevSdkIgnoreRule.kt | 31 fun isDevSdkInRange(minExclusive: Int?, maxInclusive: Int?): Boolean { regex 85 assumeTrue(message, isDevSdkInRange(ignoreClassUpTo, ignoreClassAfter)) 86 assumeTrue(message, isDevSdkInRange(ignoreUpTo?.value, ignoreAfter?.value))
|
H A D | CompatUtil.kt | 29 if (isDevSdkInRange(minExclusive = null, maxInclusive = Build.VERSION_CODES.R)) { 40 if (isDevSdkInRange(minExclusive = null, maxInclusive = Build.VERSION_CODES.R)) {
|
H A D | DevSdkIgnoreRunner.kt | 49 if (isDevSdkInRange(ignoreUpTo?.value, ignoreAfter?.value)) AndroidJUnit4(klass) else null
|
/aosp12/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
H A D | CaptivePortalTest.kt | 55 import com.android.testutils.isDevSdkInRange 187 if (isDevSdkInRange(0, Build.VERSION_CODES.Q)) CONNECTIVITY_INTERNAL
|
H A D | ConnectivityManagerTest.java | 301 if (DevSdkIgnoreRuleKt.isDevSdkInRange(null /* minExclusive */, in setUp()
|
/aosp12/packages/modules/Connectivity/tests/common/java/android/net/ |
H A D | NetworkProviderTest.kt | 40 import com.android.testutils.isDevSdkInRange 379 if (!isDevSdkInRange(0, Build.VERSION_CODES.R)) {
|