Home
last modified time | relevance | path

Searched refs:get_first_api_level (Results 1 – 4 of 4) sorted by relevance

/cts/apps/CameraITS/tests/scene1_1/
Dtest_burst_sameness_manual.py98 if its.device.get_first_api_level() >= API_LEVEL_30:
/cts/apps/CameraITS/tests/scene4/
Dtest_aspect_ratio_and_crop.py510 first_api = its.device.get_first_api_level(its.device.get_device_id())
/cts/apps/CameraITS/tools/
Drun_all_tests.py215 first_api_level = its.device.get_first_api_level(device_id)
/cts/apps/CameraITS/pymodules/its/
Ddevice.py1145 def get_first_api_level(device_id=None): function