Home
last modified time | relevance | path

Searched refs:first_api_level (Results 1 – 7 of 7) sorted by relevance

/cts/apps/CameraITS/tests/scene4/
Dtest_aspect_ratio_and_crop.py52 def _check_skip_conditions(first_api_level, props): argument
54 if first_api_level < _ANDROID11_API_LEVEL: # Original constraint.
105 first_api_level, level_3): argument
130 if first_api_level > _ANDROID11_API_LEVEL:
138 def _is_checked_aspect_ratio(first_api_level, w, h): argument
140 if first_api_level >= _ANDROID11_API_LEVEL:
309 def _check_fov(circle, ref_fov, w, h, first_api_level): argument
313 chk_enabled = _is_checked_aspect_ratio(first_api_level, w, h)
476 first_api_level = its_session_utils.get_first_api_level(self.dut.serial)
477 _check_skip_conditions(first_api_level, props)
[all …]
/cts/tests/tests/security/native/verified_boot/
DVerifiedBootTest.cpp46 int first_api_level = getFirstApiLevel(); in TEST() local
47 GTEST_LOG_(INFO) << "First API level is " << first_api_level; in TEST()
48 if (first_api_level < S_API_LEVEL) { in TEST()
/cts/tests/tests/security/native/encryption/
DFileBasedEncryptionPolicyTest.cpp205 int first_api_level = getFirstApiLevel(); in TEST() local
218 GTEST_LOG_(INFO) << "First API level is " << first_api_level; in TEST()
222 if(first_api_level >= S_API_LEVEL && in TEST()
247 if (first_api_level < Q_API_LEVEL) { in TEST()
272 if (first_api_level < R_API_LEVEL) { in TEST()
/cts/apps/CameraITS/tests/sensor_fusion/
Dtest_multi_camera_frame_sync.py63 def _determine_angular_diff_thresh(first_api_level, sync_calibrated, argument
66 if first_api_level < 31: # Original constraint.
250 first_api_level = its_session_utils.get_first_api_level(self.dut.serial)
281 first_api_level, sync_calibrated, max_frame_to_frame_diff)
/cts/apps/CameraITS/tests/scene0/
Dtest_solid_color_test_pattern.py139 first_api_level = its_session_utils.get_first_api_level(self.dut.serial)
140 if first_api_level >= _FULL_CHECK_FIRST_API_LEVEL:
/cts/apps/CameraITS/tests/
Dits_base_test.py209 first_api_level = its_session_utils.get_first_api_level(device_id)
216 if first_api_level < first_api_level_mandated:
/cts/apps/CameraITS/utils/
Dits_session_utils.py1279 first_api_level = int(subprocess.check_output(cmd.split()).rstrip())
1280 logging.debug('First API level: %d', first_api_level)
1283 first_api_level = get_build_sdk_version(device_id)
1284 return first_api_level