Searched refs:oneTimeHostnames (Results 1 – 1 of 1) sorted by relevance
186 List<String> oneTimeHostnames = new ArrayList<String>(); in findOneTimeHosts() local189 oneTimeHostnames.add(hostname); in findOneTimeHosts()193 return oneTimeHostnames; in findOneTimeHosts()199 List<String> oneTimeHostnames = findOneTimeHosts(requestedHostnames, foundHosts); in processAddByHostname() local200 if (!allowOneTimeHosts && !oneTimeHostnames.isEmpty()) { in processAddByHostname()202 Utils.joinStrings(", ", oneTimeHostnames)); in processAddByHostname()216 for (String hostname : oneTimeHostnames) { in processAddByHostname()