Home
last modified time | relevance | path

Searched defs:txPackets (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/net/
DNetworkStatsCollectionTest.java173 NetworkTemplate template, long rxBytes, long rxPackets, long txBytes, long txPackets) { in assertSummaryTotal()
180 NetworkTemplate template, long rxBytes, long rxPackets, long txBytes, long txPackets) { in assertSummaryTotalIncludingTags()
187 NetworkStats.Entry entry, long rxBytes, long rxPackets, long txBytes, long txPackets) { in assertEntry()
/frameworks/base/core/java/android/net/
DNetworkStats.java76 private long[] txPackets; field in NetworkStats
87 public long txPackets; field in NetworkStats.Entry
94 public Entry(long rxBytes, long rxPackets, long txBytes, long txPackets, long operations) { in Entry()
100 long txBytes, long txPackets, long operations) { in Entry()
230 String iface, long rxBytes, long rxPackets, long txBytes, long txPackets) { in addIfaceValues()
237 long rxPackets, long txBytes, long txPackets, long operations) { in addValues()
319 long txBytes, long txPackets, long operations) { in combineValues()
325 long rxPackets, long txBytes, long txPackets, long operations) { in combineValues()
DNetworkStatsHistory.java79 private long[] txPackets; field in NetworkStatsHistory
92 public long txPackets; field in NetworkStatsHistory.Entry
300 long txPackets = entry.txPackets; in recordData() local
537 final long txPackets = txBytes / 1024; in generateRandom() local
548 long txPackets, long operations, Random r) { in generateRandom()
/frameworks/base/services/tests/servicestests/src/com/android/server/
DNetworkStatsServiceTest.java840 long txBytes, long txPackets, int operations) throws Exception { in assertNetworkTotal()
846 long rxPackets, long txBytes, long txPackets, int operations) throws Exception { in assertNetworkTotal()
858 long txBytes, long txPackets, int operations) throws Exception { in assertUidTotal()
863 long rxPackets, long txBytes, long txPackets, int operations) throws Exception { in assertUidTotal()
972 int tag, long rxBytes, long rxPackets, long txBytes, long txPackets, int operations) { in assertValues()
995 long rxPackets, long txBytes, long txPackets, int operations) { in assertValues()
/frameworks/base/core/jni/
Dandroid_net_TrafficStats.cpp53 uint64_t txPackets; member
86 uint64_t rxBytes, rxPackets, txBytes, txPackets, tcpRxPackets, tcpTxPackets; in parseIfaceStats() local
130 uint64_t tag, rxBytes, rxPackets, txBytes, txPackets; in parseUidStats() local
Dcom_android_internal_net_NetworkStatsFactory.cpp48 jfieldID txPackets; member
60 int64_t txPackets; member
249 ScopedLongArrayRW txPackets(env, get_long_array(env, stats, in readNetworkStatsDetail() local
/frameworks/base/tests/DataIdleTest/src/com/android/tests/dataidle/
DDataIdleTest.java98 long txPackets = 0; in reportStats() local
/frameworks/base/core/tests/coretests/src/android/net/
DNetworkStatsTest.java324 int tag, long rxBytes, long rxPackets, long txBytes, long txPackets, long operations) { in assertValues()
339 long txBytes, long txPackets, long operations) { in assertValues()
/frameworks/base/core/tests/coretests/src/com/android/internal/net/
DNetworkStatsFactoryTest.java166 int tag, long rxBytes, long rxPackets, long txBytes, long txPackets) { in assertStatsEntry()
/frameworks/base/wifi/java/android/net/wifi/
DWifiInfo.java193 public void updatePacketRates(long txPackets, long rxPackets) { in updatePacketRates()