Searched refs:device_id (Results 1 – 7 of 7) sorted by relevance
/cts/apps/CameraITS/tools/ |
D | set_charging_limits.py | 23 def set_device_charging_limits(device_id): argument 30 print 'Rooting device %s' % device_id 31 cmd = ('adb -s %s root' % device_id) 36 print ' Warning: unable to root %s and set charging limits.' % device_id 38 print ' Setting charging limits on %s' % device_id 40 device_id, CHARGE_PERCENT_START)) 50 device_id, CHARGE_PERCENT_STOP)) 59 print 'Unrooting device %s' % device_id 60 cmd = ('adb -s %s unroot' % device_id) 67 device_id = None [all …]
|
D | run_parallel_tests.py | 88 def build_cmd(device_id, chart_host_id, result_device_id, camera_id, scene_id): argument 94 'device=%s' % device_id, 114 def shut_down_device_screen(device_id): argument 121 print 'Shutting down chart screen: ', device_id 122 screen_id_arg = ('screen=%s' % device_id)
|
D | run_all_tests.py | 310 device_id = its.device.get_device_id() 311 device_id_arg = "device=" + device_id 312 print "Testing device " + device_id 317 cmd = "adb -s %s shell pm dump com.android.cts.verifier" % (device_id) 359 device_bfp = its.device.get_device_fingerprint(device_id) 551 its.device.adb_log(device_id, msg) 598 its.device.adb_log(device_id, msg) 605 its.device.report_result(device_id, id_combo_string, results) 618 print 'Shutting down DUT screen: ', device_id 619 screen_id_arg = ('screen=%s' % device_id)
|
D | run_sensor_fusion_box.py | 89 device_id = its.device.get_device_id() 90 device_id_arg = 'device=' + device_id 91 print 'Testing device ' + device_id
|
/cts/apps/CameraITS/pymodules/its/ |
D | device.py | 92 device_id = "" variable in ItsSession 127 raise its.error.Error(self.device_id, 148 if forward_info[0] == self.device_id and \ 175 raise its.error.Error(self.device_id, " cannot find an available " + 230 self.device_id = get_device_id() 231 self.adb = "adb -s " + self.device_id 976 device_id = None 980 device_id = os.environ["ANDROID_SERIAL"] 984 device_id = str(s[7:]) 998 elif device_id is not None and device_id not in devices: [all …]
|
/cts/apps/CameraITS/tests/rolling_shutter_skew/ |
D | test_rolling_shutter_skew.py | 108 if args.device_id: 111 sys.argv.append('device=%s' % args.device_id)
|
/cts/tools/cts-api-coverage/proto/ |
D | cts_report.proto | 176 optional string device_id = 4 [deprecated = true]; field
|