Searched refs:firstDot (Results 1 – 2 of 2) sorted by relevance
136 final int firstDot = host.indexOf('.'); in isValidInternal() local139 if (firstDot == -1) { in isValidInternal()153 final int secondDot = host.indexOf(".", firstDot + 1); in isValidInternal()
675 boolean firstDot = true; in applyRemoteDeviceQuirks()679 if (!firstDot) { in applyRemoteDeviceQuirks()683 firstDot = false; in applyRemoteDeviceQuirks()