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.java260 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.TcpStat
518 receivedCount += stat.receivedCount; in accumulate()
/packages/providers/MediaProvider/tests/client/src/com/android/providers/media/client/
DPerformanceTest.java391 final int receivedCount = asSet(uris).size(); in onChange() local
393 if (receivedCount + accumulatedCount == this.uriCount) { in onChange()
396 accumulatedCount += receivedCount; in onChange()
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DConnectivityManagerTest.java916 final AtomicInteger receivedCount = new AtomicInteger(0); in runIdenticalPendingIntentsRequestTest() local
922 receivedCount.incrementAndGet(); in runIdenticalPendingIntentsRequestTest()
944 assertEquals("PendingIntent should only be received once", 1, receivedCount.get()); in runIdenticalPendingIntentsRequestTest()