Searched refs:getTcpiState (Results 1 – 2 of 2) sorted by relevance
13 int getTcpiState(); in getTcpiState() method
260 public int getTcpiState() { in getTcpiState() method in SocketOptionTcpInfo755 result = result && (getTcpiState() in equals()756 == other.getTcpiState()); in equals()825 hash = (53 * hash) + getTcpiState(); in hashCode()1166 if (other.getTcpiState() != 0) { in mergeFrom()1167 setTcpiState(other.getTcpiState()); in mergeFrom()1284 public int getTcpiState() { in getTcpiState() method in SocketOptionTcpInfo.Builder