Searched refs:api_level (Results 1 – 2 of 2) sorted by relevance
60 int api_level = android::base::GetIntProperty(api_level_prop, API_LEVEL_CURRENT); in getVendorApiLevel() local61 if (api_level != API_LEVEL_CURRENT) { in getVendorApiLevel()62 return api_level; in getVendorApiLevel()
2876 def raise_not_yet_mandated_error(message, api_level, mandated_api_level): argument2877 if api_level >= mandated_api_level: