Home
last modified time | relevance | path

Searched refs:receivedCount (Results 1 – 3 of 3) sorted by relevance

/packages/modules/NetworkStack/src/com/android/networkstack/netlink/
DTcpSocketTracker.java322 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.TcpStat
631 receivedCount += stat.receivedCount; in accumulate()
638 + ", received=" + receivedCount + "}"; in toString()
/packages/providers/MediaProvider/tests/client/src/com/android/providers/media/client/
DPerformanceTest.java390 final int receivedCount = asSet(uris).size(); in onChange() local
392 if (receivedCount + accumulatedCount == this.uriCount) { in onChange()
395 accumulatedCount += receivedCount; in onChange()
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DConnectivityManagerTest.java1356 final AtomicInteger receivedCount = new AtomicInteger(0); in runIdenticalPendingIntentsRequestTest() local
1362 receivedCount.incrementAndGet(); in runIdenticalPendingIntentsRequestTest()
1388 assertEquals("PendingIntent should only be received once", 1, receivedCount.get()); in runIdenticalPendingIntentsRequestTest()