Home
last modified time | relevance | path

Searched refs:oneTimeHostnames (Results 1 – 1 of 1) sorted by relevance

/external/autotest/frontend/client/src/autotest/afe/
DHostSelector.java185 List<String> oneTimeHostnames = new ArrayList<String>(); in findOneTimeHosts() local
188 oneTimeHostnames.add(hostname); in findOneTimeHosts()
192 return oneTimeHostnames; in findOneTimeHosts()
198 List<String> oneTimeHostnames = findOneTimeHosts(requestedHostnames, foundHosts); in processAddByHostname() local
199 if (!allowOneTimeHosts && !oneTimeHostnames.isEmpty()) { in processAddByHostname()
201 Utils.joinStrings(", ", oneTimeHostnames)); in processAddByHostname()
215 for (String hostname : oneTimeHostnames) { in processAddByHostname()