Home
last modified time | relevance | path

Searched refs:device_id (Results 1 – 7 of 7) sorted by relevance

/cts/apps/CameraITS/tools/
Dset_charging_limits.py23 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 …]
Drun_parallel_tests.py88 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)
Drun_all_tests.py310 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)
Drun_sensor_fusion_box.py89 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/
Ddevice.py92 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/
Dtest_rolling_shutter_skew.py108 if args.device_id:
111 sys.argv.append('device=%s' % args.device_id)
/cts/tools/cts-api-coverage/proto/
Dcts_report.proto176 optional string device_id = 4 [deprecated = true]; field