Home
last modified time | relevance | path

Searched refs:vendorApiLevel (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Connectivity/tests/unit/java/android/net/
DIpSecAlgorithmTest.java196 int vendorApiLevel = SystemProperties.getInt("ro.vendor.api_level", 10000); in getMandatoryAlgos() local
199 i -> vendorApiLevel >= ALGO_TO_REQUIRED_FIRST_SDK.get(i)); in getMandatoryAlgos()
203 int vendorApiLevel = SystemProperties.getInt("ro.vendor.api_level", 10000); in getOptionalAlgos() local
206 i -> vendorApiLevel < ALGO_TO_REQUIRED_FIRST_SDK.get(i)); in getOptionalAlgos()
/packages/modules/Connectivity/framework-t/src/android/net/
DIpSecAlgorithm.java357 int vendorApiLevel = SystemProperties.getInt("ro.vendor.api_level", 10000); in loadAlgos() local
359 if (vendorApiLevel >= entry.getValue()) { in loadAlgos()
/packages/modules/Virtualization/tests/hostside/helper/java/com/android/microdroid/test/host/
DMicrodroidHostTestCaseBase.java143 long vendorApiLevel = androidDevice.getIntProperty("ro.board.api_level", 0); in assumeDeviceIsCapable() local
149 isGsi && vendorApiLevel < 202404); in assumeDeviceIsCapable()
/packages/modules/Virtualization/tests/helper/src/java/com/android/microdroid/test/device/
DMicrodroidDeviceTestBase.java217 int vendorApiLevel = getVendorApiLevel(); in assumeFeatureVirtualizationFramework() local
219 Log.i(TAG, "isGsi = " + isGsi + ", vendor api level = " + vendorApiLevel); in assumeFeatureVirtualizationFramework()
221 .that(isGsi && vendorApiLevel < 202404) in assumeFeatureVirtualizationFramework()
/packages/services/Telephony/tests/src/com/android/phone/
DCarrierConfigLoaderTest.java438 int vendorApiLevel = Build.VERSION_CODES.VANILLA_ICE_CREAM; in testGetConfigForSubIdWithFeature_withTelephonyFeatureMapping() local
440 vendorApiLevel); in testGetConfigForSubIdWithFeature_withTelephonyFeatureMapping()
DPhoneInterfaceManagerTest.java503 int vendorApiLevel = Build.VERSION_CODES.VANILLA_ICE_CREAM; in testWithoutTelephonyFeatureAndCompatChanges() local
505 vendorApiLevel); in testWithoutTelephonyFeatureAndCompatChanges()
/packages/services/AlternativeNetworkAccess/tests/src/com/android/ons/
DOpportunisticNetworkServiceTest.java473 int vendorApiLevel = Build.VERSION_CODES.VANILLA_ICE_CREAM; in testTelephonyFeatureAndCompatChanges() local
475 mOpportunisticNetworkService, vendorApiLevel); in testTelephonyFeatureAndCompatChanges()
/packages/services/Telephony/src/com/android/services/telephony/
DTelecomAccountRegistry.java1329 int vendorApiLevel = SystemProperties.getInt("ro.vendor.api_level", in getInstance() local
1334 && vendorApiLevel >= Build.VERSION_CODES.VANILLA_ICE_CREAM) { in getInstance()