Searched refs:firstApiLevel (Results 1 – 2 of 2) sorted by relevance
256 int32_t firstApiLevel = property_get_int32(FEATURE_SE_API_LEVEL.c_str(), -1); in getFirstApiLevel() local257 if (firstApiLevel < 0) { in getFirstApiLevel()258 firstApiLevel = property_get_int32(FEATURE_SE_SDK_VERSION.c_str(), -1); in getFirstApiLevel()260 ASSERT_GT(firstApiLevel, 0); // first_api_level must exist in getFirstApiLevel()261 *outApiLevel = firstApiLevel; in getFirstApiLevel()
653 final int firstApiLevel = SystemProperties.getInt(SYSPROP_FIRST_API_LEVEL, 0); in onStart() local654 final int apiLevel = SystemProperties.getInt(SYSPROP_API_LEVEL, firstApiLevel); in onStart()