Home
last modified time | relevance | path

Searched refs:api_level (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/security/native/
Dutils.cpp60 int api_level = android::base::GetIntProperty(api_level_prop, API_LEVEL_CURRENT); in getVendorApiLevel() local
61 if (api_level != API_LEVEL_CURRENT) { in getVendorApiLevel()
62 return api_level; in getVendorApiLevel()
/cts/apps/CameraITS/utils/
Dits_session_utils.py2876 def raise_not_yet_mandated_error(message, api_level, mandated_api_level): argument
2877 if api_level >= mandated_api_level: