Searched refs:adb_hostname (Results 1 – 1 of 1) sorted by relevance
90 def add_adb_host(moblab, adb_hostname): argument99 if not adb_hostname:100 adb_hostname = 'localhost'102 if all([host.hostname != adb_hostname for host in moblab.afe.get_hosts()]):103 moblab.add_dut(adb_hostname)104 return adb_hostname