Searched full:tablet_device (Results 1 – 5 of 5) sorted by relevance
| /cts/apps/CameraITS/tests/sensor_fusion/ |
| D | test_preview_stabilization.py | 47 def _collect_data(cam, tablet_device, video_size, rot_rig): argument 55 tablet_device: boolean; based on config file 66 if tablet_device: 172 recording_obj = _collect_data(cam, self.tablet_device, video_size, rot_rig)
|
| D | test_video_stabilization.py | 82 def _collect_data(cam, tablet_device, video_profile, video_quality, rot_rig): argument 90 tablet_device: boolean; based on config.yml 103 if tablet_device: 208 cam, self.tablet_device, video_profile, video_quality, rot_rig)
|
| /cts/apps/CameraITS/tests/scene2_a/ |
| D | test_auto_flash.py | 52 def turn_off_tablet(tablet_device): argument 53 output = tablet_device.adb.shell('dumpsys display | grep mScreenState=') 56 tablet_device.adb.shell(['input', 'keyevent', 'KEYCODE_POWER'])
|
| /cts/apps/CameraITS/ |
| D | config.yml | 53 tablet_device: "False" # set to "True" if testing a tablet device
|
| /cts/apps/CameraITS/tests/ |
| D | its_base_test.py | 89 if self.user_params.get('tablet_device'): 90 self.tablet_device = self.user_params['tablet_device'] == 'True'
|