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.java186 List<String> oneTimeHostnames = new ArrayList<String>(); in findOneTimeHosts() local
189 oneTimeHostnames.add(hostname); in findOneTimeHosts()
193 return oneTimeHostnames; in findOneTimeHosts()
199 List<String> oneTimeHostnames = findOneTimeHosts(requestedHostnames, foundHosts); in processAddByHostname() local
200 if (!allowOneTimeHosts && !oneTimeHostnames.isEmpty()) { in processAddByHostname()
202 Utils.joinStrings(", ", oneTimeHostnames)); in processAddByHostname()
216 for (String hostname : oneTimeHostnames) { in processAddByHostname()