Searched refs:castShellEmulatorMdnsPorts (Results 1 – 2 of 2) sorted by relevance
49 private static final List<Integer> castShellEmulatorMdnsPorts; field in EnqueueMdnsQueryCallable52 castShellEmulatorMdnsPorts = new ArrayList<>();53 String[] stringPorts = MdnsConfigs.castShellEmulatorMdnsPorts();57 castShellEmulatorMdnsPorts.add(Integer.parseInt(port)); in Integer.parseInt()219 for (Integer emulatorPort : castShellEmulatorMdnsPorts) { in call()
25 public static String[] castShellEmulatorMdnsPorts() { in castShellEmulatorMdnsPorts() method in MdnsConfigs