/tools/test/connectivity/acts_tests/tests/google/tel/config/ |
D | sample_testbed_configs.json | 7 "AndroidDevice": [{"serial" : "<serial_1>", "adb_logcat_param": "-b all"}, string 8 {"serial" : "<serial_2>", "adb_logcat_pram": "-b all"} ] string 13 "AndroidDevice": [{"serial" : "<serial_1>", "adb_logcat_param": "-b all"}, string 14 {"serial" : "<serial_2>", "adb_logcat_pram": "-b all"}, string 15 {"serial" : "<serial_3>", "adb_logcat_pram": "-b all"} ] string 20 "AndroidDevice": [{"serial" : "<serial_1>", "adb_logcat_param": "-b all"}, string 21 {"serial" : "<serial_2>", "adb_logcat_pram": "-b all"} ], string 37 {"serial": "<MSIM_device_serial_1>", string 43 {"serial": "<MSIM_device_serial_2>", string 53 "AndroidDevice": [{"serial" : "<serial_1>", "adb_logcat_param": "-b all"}], string
|
/tools/test/connectivity/acts/framework/ |
D | sample_config_2.json | 10 "AndroidDevice": [{"serial": "<serial>", "label": "caller"}, string 11 {"serial": "<serial>", "label": "callee", "whatever": "anything"}] string
|
D | sample_config.json | 12 "AndroidDevice": [{"serial": "<serial>", "label": "caller"}, string 13 {"serial": "<serial>", "label": "callee", "whatever": "anything"}] string
|
/tools/test/connectivity/acts/framework/acts/controllers/android_lib/ |
D | logcat.py | 71 def _on_retry(serial, extra_params, timestamp_tracker): argument 82 def create_logcat_keepalive_process(serial, logcat_dir, extra_params=''): argument
|
D | services.py | 40 def serial(self): member in AndroidService
|
/tools/test/connectivity/acts/framework/tests/libs/ota/ota_tools/ |
D | adb_sideload_ota_tool_test.py | 28 def get_mock_android_device(serial='', ssh_connection=None): argument
|
D | update_device_ota_tool_test.py | 27 def get_mock_android_device(serial='', ssh_connection=None): argument
|
/tools/test/connectivity/acts/framework/acts/libs/uicd/ |
D | uicd_cli.py | 110 def run(self, serial, workflows, timeout=120): argument
|
/tools/test/connectivity/acts/framework/tests/libs/ota/ |
D | ota_updater_test.py | 24 def __init__(self, serial): argument
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/ |
D | simulated_carkit_device.py | 27 def __init__(self, serial): argument
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | fastboot.py | 48 def __init__(self, serial="", ssh_connection=None): argument
|
D | arduino_wifi_dongle.py | 121 def __init__(self, serial): argument
|
D | adb.py | 71 def __init__(self, serial="", ssh_connection=None): argument
|
D | android_device.py | 362 def __init__(self, serial='', ssh_connection=None): argument
|
/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/api/lvpm_stock/ |
D | monsoon.py | 40 def __init__(self, serial, device=None): argument
|
/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/api/hvpm/ |
D | monsoon.py | 47 def __init__(self, serial): argument
|
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/ |
D | syslog_lib.py | 43 def start_syslog(serial, argument
|
/tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/ |
D | rpc_client.py | 134 serial, argument
|
D | event_dispatcher.py | 57 def __init__(self, serial, rpc_client): argument
|
/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/sampling/lvpm_stock/ |
D | stock_transformers.py | 63 def __init__(self, serial=None, sampling_duration=None): argument
|
/tools/test/connectivity/acts/framework/tests/ |
D | acts_android_device_test.py | 72 serial, argument 140 def __init__(self, serial): argument
|