Searched refs:receivedCount (Results 1 – 3 of 3) sorted by relevance
260 mSentSinceLastRecv = (stat.receivedCount == 0) in pollSocketsInfo()262 mLatestReceivedCount = stat.receivedCount; in pollSocketsInfo()347 stat.receivedCount = current.tcpInfo.mSegsIn; in calculateLatestPacketsStat()353 stat.receivedCount -= previous.tcpInfo.mSegsIn; in calculateLatestPacketsStat()511 public int receivedCount; field in TcpSocketTracker.TcpStat518 receivedCount += stat.receivedCount; in accumulate()
391 final int receivedCount = asSet(uris).size(); in onChange() local393 if (receivedCount + accumulatedCount == this.uriCount) { in onChange()396 accumulatedCount += receivedCount; in onChange()
916 final AtomicInteger receivedCount = new AtomicInteger(0); in runIdenticalPendingIntentsRequestTest() local922 receivedCount.incrementAndGet(); in runIdenticalPendingIntentsRequestTest()944 assertEquals("PendingIntent should only be received once", 1, receivedCount.get()); in runIdenticalPendingIntentsRequestTest()