Home
last modified time | relevance | path

Searched refs:firstApiLevel (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/radio/1.5/vts/functional/
Dradio_hidl_hal_api.cpp1291 int32_t firstApiLevel = android::base::GetIntProperty<int32_t>("ro.product.first_api_level", 0); in TEST_P() local
1296 if ((firstApiLevel > 0 && firstApiLevel <= 30) || in TEST_P()
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp354 int32_t firstApiLevel = property_get_int32("ro.product.first_api_level", /*default*/-1); in getFirstApiLevel() local
355 if (firstApiLevel < 0) { in getFirstApiLevel()
356 firstApiLevel = property_get_int32("ro.build.version.sdk", /*default*/-1); in getFirstApiLevel()
358 ASSERT_GT(firstApiLevel, 0); // first_api_level must exist in getFirstApiLevel()
359 *outApiLevel = firstApiLevel; in getFirstApiLevel()
1857 int32_t firstApiLevel = 0; in TEST_P() local
1858 getFirstApiLevel(&firstApiLevel); in TEST_P()
1862 if ((firstApiLevel == HAL1_PHASE_OUT_API_LEVEL) && in TEST_P()
1868 if (firstApiLevel >= HAL1_PHASE_OUT_API_LEVEL) { in TEST_P()
1882 int32_t firstApiLevel = 0; in TEST_P() local
[all …]
/hardware/interfaces/keymaster/4.0/vts/functional/
Dkeymaster_hidl_hal_test.cpp949 int32_t firstApiLevel = property_get_int32("ro.board.first_api_level", 0); in TEST_P() local
951 if (key_size == 192 && SecLevel() == SecurityLevel::STRONGBOX && firstApiLevel < 31) { in TEST_P()