/cts/apps/CameraITS/tests/ |
D | its_base_test.py | 99 self.tablet = devices[1] 113 self.tablet = None 140 self.tablet.adb.shell(['input', 'keyevent', 'KEYCODE_POWER']) 142 self.tablet.adb.shell(['input', 'keyevent', 'KEYCODE_WAKEUP']) 145 self.tablet.adb.shell(['wm', 'dismiss-keyguard']) 148 self.tablet.adb.shell( 152 self.tablet.adb.shell( 157 self.tablet.adb.shell('settings put system screen_off_timeout {}'.format( 160 self.tablet.adb.shell('am force-stop com.google.android.apps.docs') 161 self.tablet.adb.shell('am force-stop com.google.android.apps.photos') [all …]
|
/cts/apps/CameraITS/tests/scene_change/ |
D | test_scene_change.py | 85 def toggle_screen(tablet, delay=1): argument 98 tablet.adb.shell('input keyevent KEYCODE_POWER') 189 tablet = self.tablet 198 cam, props, self.scene, tablet, self.chart_distance) 208 if tablet: 210 args=(tablet, scene_change_delay,)).start() 237 if tablet: 239 toggle_screen(tablet)
|
/cts/apps/CameraITS/tests/scene2_c/ |
D | test_camera_launch_perf_class.py | 49 cam, props, self.scene, self.tablet, self.chart_distance)
|
D | test_jpeg_capture_perf_class.py | 49 cam, props, self.scene, self.tablet, self.chart_distance)
|
D | test_num_faces.py | 72 cam, props, self.scene, self.tablet, self.chart_distance)
|
/cts/apps/CameraITS/tests/scene1_1/ |
D | test_3a.py | 51 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_ae_af.py | 58 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_param_exposure_time.py | 62 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_latching.py | 67 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_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_yuv_plus_raw10.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, self.chart_distance)
|
D | test_raw_sensitivity.py | 71 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)
|
D | test_num_faces.py | 72 cam, props, self.scene, self.tablet, self.chart_distance)
|
/cts/apps/CameraITS/tests/scene2_d/ |
D | test_num_faces.py | 72 cam, props, self.scene, self.tablet, self.chart_distance)
|
/cts/apps/CameraITS/tests/scene2_b/ |
D | test_num_faces.py | 72 cam, props, self.scene, self.tablet, self.chart_distance)
|
/cts/apps/CameraITS/tests/scene2_a/ |
D | test_num_faces.py | 72 cam, props, self.scene, self.tablet, self.chart_distance)
|