Searched refs:mTcpSentSinceLastRecv (Results 1 – 3 of 3) sorted by relevance
70 public final int mTcpSentSinceLastRecv; field in DataStallDetectionStats85 mTcpSentSinceLastRecv = sentSinceLastRecv; in DataStallDetectionStats()141 .append(mTcpSentSinceLastRecv); in toString()155 && (mTcpSentSinceLastRecv == other.mTcpSentSinceLastRecv); in equals()162 mTcpSentSinceLastRecv); in hashCode()182 private int mTcpSentSinceLastRecv = UNSPECIFIED_TCP_PACKETS_COUNT; field in DataStallDetectionStats.Builder243 mTcpSentSinceLastRecv = count; in setTcpSentSinceLastRecv()305 mEvaluationType, mNetworkType, mTcpFailRate, mTcpSentSinceLastRecv); in build()
79 stats.mTcpSentSinceLastRecv); in write()
2892 assertEquals(TEST_TCP_PACKET_COUNT, stats.mTcpSentSinceLastRecv); in verifyTestDataStallDetectionStats()2896 stats.mTcpSentSinceLastRecv); in verifyTestDataStallDetectionStats()