Searched refs:vendorApiLevel (Results 1 – 8 of 8) sorted by relevance
196 int vendorApiLevel = SystemProperties.getInt("ro.vendor.api_level", 10000); in getMandatoryAlgos() local199 i -> vendorApiLevel >= ALGO_TO_REQUIRED_FIRST_SDK.get(i)); in getMandatoryAlgos()203 int vendorApiLevel = SystemProperties.getInt("ro.vendor.api_level", 10000); in getOptionalAlgos() local206 i -> vendorApiLevel < ALGO_TO_REQUIRED_FIRST_SDK.get(i)); in getOptionalAlgos()
357 int vendorApiLevel = SystemProperties.getInt("ro.vendor.api_level", 10000); in loadAlgos() local359 if (vendorApiLevel >= entry.getValue()) { in loadAlgos()
143 long vendorApiLevel = androidDevice.getIntProperty("ro.board.api_level", 0); in assumeDeviceIsCapable() local149 isGsi && vendorApiLevel < 202404); in assumeDeviceIsCapable()
217 int vendorApiLevel = getVendorApiLevel(); in assumeFeatureVirtualizationFramework() local219 Log.i(TAG, "isGsi = " + isGsi + ", vendor api level = " + vendorApiLevel); in assumeFeatureVirtualizationFramework()221 .that(isGsi && vendorApiLevel < 202404) in assumeFeatureVirtualizationFramework()
438 int vendorApiLevel = Build.VERSION_CODES.VANILLA_ICE_CREAM; in testGetConfigForSubIdWithFeature_withTelephonyFeatureMapping() local440 vendorApiLevel); in testGetConfigForSubIdWithFeature_withTelephonyFeatureMapping()
503 int vendorApiLevel = Build.VERSION_CODES.VANILLA_ICE_CREAM; in testWithoutTelephonyFeatureAndCompatChanges() local505 vendorApiLevel); in testWithoutTelephonyFeatureAndCompatChanges()
473 int vendorApiLevel = Build.VERSION_CODES.VANILLA_ICE_CREAM; in testTelephonyFeatureAndCompatChanges() local475 mOpportunisticNetworkService, vendorApiLevel); in testTelephonyFeatureAndCompatChanges()
1329 int vendorApiLevel = SystemProperties.getInt("ro.vendor.api_level", in getInstance() local1334 && vendorApiLevel >= Build.VERSION_CODES.VANILLA_ICE_CREAM) { in getInstance()