Searched refs:tablet (Results 1 – 25 of 61) sorted by relevance
123
/cts/apps/CameraITS/tests/ |
D | its_base_test.py | 105 self.tablet = devices[1] 107 tablet_name_unencoded = self.tablet.adb.shell( 126 self.tablet = None 161 self.tablet.adb.shell(['input', 'keyevent', 'KEYCODE_POWER']) 163 self.tablet.adb.shell(['input', 'keyevent', 'KEYCODE_WAKEUP']) 166 self.tablet.adb.shell(['wm', 'dismiss-keyguard']) 169 self.tablet.adb.shell( 173 self.tablet.adb.shell( 178 self.tablet.adb.shell('settings put system screen_off_timeout {}'.format( 181 self.tablet.adb.shell('am force-stop com.google.android.apps.docs') [all …]
|
/cts/apps/CameraITS/tests/scene2_c/ |
D | test_jpeg_capture_perf_class.py | 48 cam, props, self.scene, self.tablet, self.chart_distance)
|
D | test_camera_launch_perf_class.py | 48 cam, props, self.scene, self.tablet, self.chart_distance)
|
/cts/apps/CameraITS/tests/scene1_2/ |
D | test_yuv_plus_dng.py | 51 cam, props, self.scene, self.tablet, self.chart_distance)
|
D | test_yuv_plus_jpeg.py | 76 cam, props, self.scene, self.tablet, self.chart_distance)
|
D | test_yuv_plus_raw10.py | 59 cam, props, self.scene, self.tablet, self.chart_distance)
|
D | test_yuv_plus_raw12.py | 59 cam, props, self.scene, self.tablet, self.chart_distance)
|
D | test_yuv_plus_raw.py | 59 cam, props, self.scene, self.tablet, self.chart_distance)
|
D | test_param_sensitivity.py | 64 cam, props, self.scene, self.tablet, self.chart_distance)
|
D | test_raw_burst_sensitivity.py | 82 cam, props, self.scene, self.tablet, chart_distance=0)
|
D | test_raw_sensitivity.py | 69 cam, props, self.scene, self.tablet, chart_distance=0)
|
/cts/apps/CameraITS/tests/scene1_1/ |
D | test_3a.py | 56 cam, props, self.scene, self.tablet, self.chart_distance)
|
D | test_jpeg.py | 76 cam, props, self.scene, self.tablet, self.chart_distance)
|
D | test_locked_burst.py | 66 cam, props, self.scene, self.tablet, self.chart_distance)
|
D | test_ae_af.py | 58 cam, props, self.scene, self.tablet, self.chart_distance)
|
D | test_ae_precapture_trigger.py | 66 cam, props, self.scene, self.tablet, self.chart_distance)
|
D | test_param_exposure_time.py | 62 cam, props, self.scene, self.tablet, self.chart_distance)
|
D | test_latching.py | 67 cam, props, self.scene, self.tablet, self.chart_distance)
|
D | test_auto_vs_manual.py | 86 cam, props, self.scene, self.tablet, self.chart_distance)
|
D | test_burst_sameness_manual.py | 71 cam, props, self.scene, self.tablet, self.chart_distance)
|
/cts/apps/CameraITS/tests/scene2_a/ |
D | test_auto_flash.py | 123 if self.tablet: 124 turn_off_tablet(self.tablet)
|
D | test_effects.py | 67 cam, props, self.scene, self.tablet, self.chart_distance)
|
/cts/apps/CameraITS/tests/scene2_e/ |
D | test_continuous_picture.py | 119 cam, props, self.scene, self.tablet, self.chart_distance)
|
/cts/apps/CameraITS/tests/scene2_b/ |
D | test_yuv_jpeg_capture_sameness.py | 63 cam, props, self.scene, self.tablet, self.chart_distance)
|
/cts/apps/CameraITS/tests/scene3/ |
D | test_3a_consistency.py | 65 cam, props, self.scene, self.tablet, self.chart_distance)
|
123