Searched refs:getTcpiLastDataSent (Results 1 – 2 of 2) sorted by relevance
98 int getTcpiLastDataSent(); in getTcpiLastDataSent() method
413 public int getTcpiLastDataSent() { in getTcpiLastDataSent() method in SocketOptionTcpInfo789 result = result && (getTcpiLastDataSent() in equals()790 == other.getTcpiLastDataSent()); in equals()859 hash = (53 * hash) + getTcpiLastDataSent(); in hashCode()1217 if (other.getTcpiLastDataSent() != 0) { in mergeFrom()1218 setTcpiLastDataSent(other.getTcpiLastDataSent()); in mergeFrom()1726 public int getTcpiLastDataSent() { in getTcpiLastDataSent() method in SocketOptionTcpInfo.Builder