Searched refs:firstApiLevel (Results 1 – 3 of 3) sorted by relevance
1291 int32_t firstApiLevel = android::base::GetIntProperty<int32_t>("ro.product.first_api_level", 0); in TEST_P() local1296 if ((firstApiLevel > 0 && firstApiLevel <= 30) || in TEST_P()
354 int32_t firstApiLevel = property_get_int32("ro.product.first_api_level", /*default*/-1); in getFirstApiLevel() local355 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() local1858 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 …]
949 int32_t firstApiLevel = property_get_int32("ro.board.first_api_level", 0); in TEST_P() local951 if (key_size == 192 && SecLevel() == SecurityLevel::STRONGBOX && firstApiLevel < 31) { in TEST_P()