Searched refs:remotePattern (Results 1 – 1 of 1) sorted by relevance
226 final String remotePattern = IPADDRESS_PATTERN + "(:)([0-9]{2,5})(\\b)"; in isTcpDeviceSerial() local227 Pattern pattern = Pattern.compile(remotePattern); in isTcpDeviceSerial()