Home
last modified time | relevance | path

Searched defs:host (Results 1 – 13 of 13) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/
DRemoteAndroidDevice.java178 public boolean adbTcpConnect(String host, String port) { in adbTcpConnect()
204 private boolean confirmAdbTcpConnect(String host, String port) { in confirmAdbTcpConnect()
226 public boolean adbTcpDisconnect(String host, String port) { in adbTcpDisconnect()
276 private CommandResult adbConnect(String host, String port) { in adbConnect()
/tools/tradefederation/contrib/src/com/android/framework/tests/
DDataIdleTestHelper.java46 String host = PING_SERVER_LIST[j]; in pingTest() local
/tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/aeroflex/
Dtelnet.py42 def open(self, host, port=23): argument
/tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/minicircuits/
Dhttp.py45 def open(self, host, port=80, timeout=2): argument
Dtelnet.py50 def open(self, host, port=23): argument
/tools/tradefederation/core/src/com/android/tradefed/util/testmapping/
DTEST_MAPPING.config.json12 "host": { object
82 "host": { "$ref": "#/definitions/host" }, object
100 "host": { "$ref": "#/definitions/host" } object
/tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/
D_tnhelper.py49 def open(self, host, port=23): argument
/tools/tradefederation/core/tests/src/com/android/tradefed/device/metric/
DBaseDeviceMetricCollectorTest.java402 HostTest host = new HostTest(); in testActualRunAnnotated_include() local
450 HostTest host = new HostTest(); in testActualRunAnnotated_exclude() local
/tools/tradefederation/contrib/src/com/android/wireless/tests/
DRadioHelper.java102 String host = PING_SERVER_LIST[i]; in pingTest() local
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Drpm_controller_utils.py47 def __init__(self, host): argument
/tools/test/connectivity/acts/tests/google/wifi/
Dexample_config_sanity.json13 "host" : "<ip 1, e.g. 192.168.1.2>" string
19 "host" : "<ip 2 (if necessary) and ip 3 ...>" string
/tools/test/connectivity/acts/tests/google/tel/live/
DTelLiveVoiceConfTest.py500 def _test_1x_multi_call_drop_from_participant(self, host, first_drop_ad, argument
541 def _test_1x_multi_call_drop_from_host(self, host, active_participant_ad, argument
585 def _test_1x_conf_call_drop_from_host(self, host, participant_list): argument
609 def _test_1x_merge_conference(self, host, participant_list, call_conf_id): argument
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/data_storage/_sponge/
Dsponge_client_lite.py998 def _UploadHelper(self, host, url): argument