Searched refs:receivedCount (Results 1 – 3 of 3) sorted by relevance
322 mSentSinceLastRecv = (stat.receivedCount == 0) in pollSocketsInfo()324 mLatestReceivedCount = stat.receivedCount; in pollSocketsInfo()494 stat.receivedCount = current.tcpInfo.mSegsIn; in calculateLatestPacketsStat()499 stat.receivedCount -= previous.tcpInfo.mSegsIn; in calculateLatestPacketsStat()624 public int receivedCount; field in TcpSocketTracker.TcpStat631 receivedCount += stat.receivedCount; in accumulate()638 + ", received=" + receivedCount + "}"; in toString()
390 final int receivedCount = asSet(uris).size(); in onChange() local392 if (receivedCount + accumulatedCount == this.uriCount) { in onChange()395 accumulatedCount += receivedCount; in onChange()
1356 final AtomicInteger receivedCount = new AtomicInteger(0); in runIdenticalPendingIntentsRequestTest() local1362 receivedCount.incrementAndGet(); in runIdenticalPendingIntentsRequestTest()1388 assertEquals("PendingIntent should only be received once", 1, receivedCount.get()); in runIdenticalPendingIntentsRequestTest()