Searched refs:oneTimeHostnames (Results 1 – 1 of 1) sorted by relevance
185 List<String> oneTimeHostnames = new ArrayList<String>(); in findOneTimeHosts() local188 oneTimeHostnames.add(hostname); in findOneTimeHosts()192 return oneTimeHostnames; in findOneTimeHosts()198 List<String> oneTimeHostnames = findOneTimeHosts(requestedHostnames, foundHosts); in processAddByHostname() local199 if (!allowOneTimeHosts && !oneTimeHostnames.isEmpty()) { in processAddByHostname()201 Utils.joinStrings(", ", oneTimeHostnames)); in processAddByHostname()215 for (String hostname : oneTimeHostnames) { in processAddByHostname()