Home
last modified time | relevance | path

Searched defs:serial (Results 1 – 6 of 6) sorted by relevance

/tools/test/connectivity/acts/tests/google/tel/config/
Dsample_msim.json8 {"serial": "<MSIM_device_serial>", string
14 {"serial": "<Single_SIM_device_serial>"}] string
/tools/test/connectivity/acts/framework/
Dsample_config.json12 "AndroidDevice": [{"serial": "<serial>", "label": "caller"}, string
13 {"serial": "<serial>", "label": "callee", "whatever": "anything"}] string
/tools/test/connectivity/acts/framework/acts/controllers/
Dfastboot.py52 def __init__(self, serial=""): argument
Dadb.py98 def __init__(self, serial="", log=None): argument
Dandroid_device.py303 def __init__(self, serial="", host_port=None, device_port=8080, argument
/tools/test/connectivity/acts/framework/tests/
Dacts_android_device_test.py73 def __init__(self, serial): argument