Home
last modified time | relevance | path

Searched defs:firstApiLevel (Results 1 – 25 of 55) sorted by relevance

123

/aosp_15_r20/packages/apps/DeviceDiagnostics/DeviceDiagnosticsLib/src/main/java/com/android/devicediagnostics/
DApplicationInterface.kt70 val firstApiLevel = getPropertyInt("ro.product.first_api_level", -1) in getLaunchLevel() constant
/aosp_15_r20/tools/metalava/metalava/src/main/java/com/android/tools/metalava/apilevels/
H A DApiGenerator.kt41 val firstApiLevel = config.firstApiLevel in <lambda>() constant
H A DGenerateXmlConfig.kt32 val firstApiLevel: Int, constant in com.android.tools.metalava.apilevels.GenerateXmlConfig
H A DApiXmlPrinter.kt31 private val firstApiLevel: Int, constant in com.android.tools.metalava.apilevels.ApiXmlPrinter
/aosp_15_r20/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/performancehintmanager/
H A DPerformanceHintManagerStatsTests.java135 final int firstApiLevel = Integer.parseInt( in testCreateHintSessionStatsdApp() local
183 final int firstApiLevel = Integer.parseInt( in testCreateHintSessionStatsdGame() local
/aosp_15_r20/cts/hostsidetests/security/src/android/security/cts/
H A DMetadataEncryptionTest.java73 final int firstApiLevel = Math.min(PropertyUtil.getFirstApiLevel(mDevice), in assumeSecurityModelCompat() local
H A DPerfEventParanoidTest.java92 final int firstApiLevel = Math.min(PropertyUtil.getFirstApiLevel(mDevice), in assumeSecurityModelCompat() local
H A DKernelConfigTest.java418 final int firstApiLevel = Math.min(PropertyUtil.getFirstApiLevel(mDevice), in assumeSecurityModelCompat() local
/aosp_15_r20/packages/modules/DnsResolver/
Dutil.h53 uint64_t firstApiLevel = in getApiLevel() local
/aosp_15_r20/cts/tests/tests/security/src/android/security/cts/
H A DVerifiedBootTest.java46 final int firstApiLevel = in setUp() local
H A DEncryptionTest.java54 final int firstApiLevel = in setUp() local
H A DFileIntegrityManagerTest.java96 final int firstApiLevel = in setUp() local
/aosp_15_r20/cts/tests/tests/hardware/src/android/hardware/cts/
H A DSecurityModelFeatureTest.java51 final int firstApiLevel = Math.min(getFirstApiLevel(), getVendorApiLevel()); in setUp() local
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/biometrics/
H A DAuthService.java760 final int firstApiLevel = SystemProperties.getInt(SYSPROP_FIRST_API_LEVEL, 0); in onStart() local
797 final int firstApiLevel = SystemProperties.getInt(SYSPROP_FIRST_API_LEVEL, 0); in registerIrisSensors() local
/aosp_15_r20/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
H A DDirectBootHostTest.java169 final int firstApiLevel = in assumeSupportedDevice() local
H A DApkVerityInstallTest.java449 final int firstApiLevel = in assumeSecurityModelCompat() local
/aosp_15_r20/test/vts-testcase/kernel/gki/
Dgeneric_boot_image_test.cpp96 int firstApiLevel = std::stoi(android::base::GetProperty("ro.product.first_api_level", "0")); in SetUp() local
/aosp_15_r20/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
H A DPropertyUtil.java79 int firstApiLevel = getPropertyInt(device, FIRST_API_LEVEL); in getFirstApiLevel() local
/aosp_15_r20/frameworks/av/media/libstagefright/omx/
H A DOMXStore.cpp131 int firstApiLevel = getFirstApiLevel(); in addPlugin() local
/aosp_15_r20/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
H A DPropertyUtil.java89 int firstApiLevel = getPropertyInt(FIRST_API_LEVEL); in getFirstApiLevel() local
/aosp_15_r20/cts/tests/framework/base/biometrics/src/android/server/biometrics/util/
H A DUtils.java303 int firstApiLevel = SystemProperties.getInt("ro.product.first_api_level", 0); in isFirstApiLevel29orGreater() local
/aosp_15_r20/frameworks/base/omapi/aidl/vts/functional/AccessControlApp/
H A DVtsHalOmapiSeAccessControlTestCases.cpp256 int32_t firstApiLevel = property_get_int32(FEATURE_SE_API_LEVEL.c_str(), -1); in getFirstApiLevel() local
/aosp_15_r20/tools/metalava/metalava/src/main/java/com/android/tools/metalava/
H A DApiLevelsGenerationOptions.kt114 private val firstApiLevel: Int by in <lambda>() constant in com.android.tools.metalava.ApiLevelsGenerationOptions
/aosp_15_r20/hardware/interfaces/radio/1.5/vts/functional/
H A Dradio_hidl_hal_api.cpp1291 int32_t firstApiLevel = android::base::GetIntProperty<int32_t>("ro.product.first_api_level", 0); in TEST_P() local
/aosp_15_r20/frameworks/av/media/ndk/
H A DNdkMediaDrm.cpp233 int32_t firstApiLevel = android::base::GetIntProperty<int32_t>("ro.product.first_api_level", 0); in ShouldGetAppPackageName() local

123