OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tester_host
(Results
1 - 2
of
2
) sorted by null
/external/autotest/server/cros/bluetooth/
bluetooth_test.py
23
with the
tester_host
parameter as None and/or the interactive argument as
33
def warmup(self, device_host,
tester_host
, interactive=False):
42
if
tester_host
:
43
self.tester = bluetooth_tester.BluetoothTester(
tester_host
)
bluetooth_tester.py
26
def __init__(self,
tester_host
):
29
@param
tester_host
: host object representing a remote host.
32
self.host =
tester_host
Completed in 39 milliseconds