Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/utils/
DUtils.cpp66 int vendorApiLevel = AVendorSupport_getVendorApiLevel(); in getVNDKVersionFromProp() local
67 if (vendorApiLevel == 0) { in getVNDKVersionFromProp()
75 return AVendorSupport_getSdkApiLevelOf(vendorApiLevel); in getVNDKVersionFromProp()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyCapabilities.java206 final int vendorApiLevel = SystemProperties.getInt( in minimalTelephonyCdmCheck() local
208 if (vendorApiLevel < Build.VERSION_CODES.VANILLA_ICE_CREAM) return false; in minimalTelephonyCdmCheck()
/frameworks/base/telephony/java/android/telephony/
DTelephonyFrameworkInitializer.java84 final int vendorApiLevel = SystemProperties.getInt( in hasSystemFeature() local
86 if (vendorApiLevel < Build.VENDOR_API_2024_Q2) return true; in hasSystemFeature()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSmsControllerTest.java305 int vendorApiLevel = Build.VERSION_CODES.VANILLA_ICE_CREAM; in sendTextForSubscriberTestEnabledTelephonyFeature() local
306 replaceInstance(SmsController.class, "mVendorApiLevel", mSmsControllerUT, vendorApiLevel); in sendTextForSubscriberTestEnabledTelephonyFeature()
DPhoneSubInfoControllerTest.java236 int vendorApiLevel = Build.VERSION_CODES.VANILLA_ICE_CREAM; in testGetNai_EnabledEnforceTelephonyFeatureMappingForPublicApis() local
238 mPhoneSubInfoControllerUT, vendorApiLevel); in testGetNai_EnabledEnforceTelephonyFeatureMappingForPublicApis()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
DEuiccControllerTest.java1688 int vendorApiLevel = Build.VERSION_CODES.VANILLA_ICE_CREAM; in testIsSimPortAvailable_WithTelephonyFeatureMapping() local
1690 vendorApiLevel); in testIsSimPortAvailable_WithTelephonyFeatureMapping()
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java1792 final int vendorApiLevel = SystemProperties.getInt( in getVcnFeatureDependency() local
1794 if (vendorApiLevel < VENDOR_API_FOR_ANDROID_V) { in getVcnFeatureDependency()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/subscription/
DSubscriptionManagerServiceTest.java515 int vendorApiLevel = Build.VERSION_CODES.VANILLA_ICE_CREAM; in testSetPhoneNumber_EnabledEnforceTelephonyFeatureMappingForPublicApis() local
517 mSubscriptionManagerServiceUT, vendorApiLevel); in testSetPhoneNumber_EnabledEnforceTelephonyFeatureMappingForPublicApis()