/aosp_15_r20/packages/apps/DeviceDiagnostics/DeviceDiagnosticsLib/src/main/java/com/android/devicediagnostics/ |
D | ApplicationInterface.kt | 70 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 D | ApiGenerator.kt | 41 val firstApiLevel = config.firstApiLevel in <lambda>() constant
|
H A D | GenerateXmlConfig.kt | 32 val firstApiLevel: Int, constant in com.android.tools.metalava.apilevels.GenerateXmlConfig
|
H A D | ApiXmlPrinter.kt | 31 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 D | PerformanceHintManagerStatsTests.java | 135 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 D | MetadataEncryptionTest.java | 73 final int firstApiLevel = Math.min(PropertyUtil.getFirstApiLevel(mDevice), in assumeSecurityModelCompat() local
|
H A D | PerfEventParanoidTest.java | 92 final int firstApiLevel = Math.min(PropertyUtil.getFirstApiLevel(mDevice), in assumeSecurityModelCompat() local
|
H A D | KernelConfigTest.java | 418 final int firstApiLevel = Math.min(PropertyUtil.getFirstApiLevel(mDevice), in assumeSecurityModelCompat() local
|
/aosp_15_r20/packages/modules/DnsResolver/ |
D | util.h | 53 uint64_t firstApiLevel = in getApiLevel() local
|
/aosp_15_r20/cts/tests/tests/security/src/android/security/cts/ |
H A D | VerifiedBootTest.java | 46 final int firstApiLevel = in setUp() local
|
H A D | EncryptionTest.java | 54 final int firstApiLevel = in setUp() local
|
H A D | FileIntegrityManagerTest.java | 96 final int firstApiLevel = in setUp() local
|
/aosp_15_r20/cts/tests/tests/hardware/src/android/hardware/cts/ |
H A D | SecurityModelFeatureTest.java | 51 final int firstApiLevel = Math.min(getFirstApiLevel(), getVendorApiLevel()); in setUp() local
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/biometrics/ |
H A D | AuthService.java | 760 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 D | DirectBootHostTest.java | 169 final int firstApiLevel = in assumeSupportedDevice() local
|
H A D | ApkVerityInstallTest.java | 449 final int firstApiLevel = in assumeSecurityModelCompat() local
|
/aosp_15_r20/test/vts-testcase/kernel/gki/ |
D | generic_boot_image_test.cpp | 96 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 D | PropertyUtil.java | 79 int firstApiLevel = getPropertyInt(device, FIRST_API_LEVEL); in getFirstApiLevel() local
|
/aosp_15_r20/frameworks/av/media/libstagefright/omx/ |
H A D | OMXStore.cpp | 131 int firstApiLevel = getFirstApiLevel(); in addPlugin() local
|
/aosp_15_r20/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
H A D | PropertyUtil.java | 89 int firstApiLevel = getPropertyInt(FIRST_API_LEVEL); in getFirstApiLevel() local
|
/aosp_15_r20/cts/tests/framework/base/biometrics/src/android/server/biometrics/util/ |
H A D | Utils.java | 303 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 D | VtsHalOmapiSeAccessControlTestCases.cpp | 256 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 D | ApiLevelsGenerationOptions.kt | 114 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 D | radio_hidl_hal_api.cpp | 1291 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 D | NdkMediaDrm.cpp | 233 int32_t firstApiLevel = android::base::GetIntProperty<int32_t>("ro.product.first_api_level", 0); in ShouldGetAppPackageName() local
|