Home
last modified time | relevance | path

Searched full:tablet_device (Results 1 – 5 of 5) sorted by relevance

/cts/apps/CameraITS/tests/sensor_fusion/
Dtest_preview_stabilization.py47 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)
Dtest_video_stabilization.py82 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/
Dtest_auto_flash.py52 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/
Dconfig.yml53 tablet_device: "False" # set to "True" if testing a tablet device
/cts/apps/CameraITS/tests/
Dits_base_test.py89 if self.user_params.get('tablet_device'):
90 self.tablet_device = self.user_params['tablet_device'] == 'True'