/frameworks/base/services/tests/servicestests/src/com/android/server/net/ |
D | NetworkStatsCollectionTest.java | 173 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/services/tests/servicestests/src/com/android/server/ |
D | NetworkStatsServiceTest.java | 841 long txBytes, long txPackets, int operations) throws Exception { in assertNetworkTotal() 847 long rxPackets, long txBytes, long txPackets, int operations) throws Exception { in assertNetworkTotal() 859 long txBytes, long txPackets, int operations) throws Exception { in assertUidTotal() 864 long rxPackets, long txBytes, long txPackets, int operations) throws Exception { in assertUidTotal() 973 int tag, long rxBytes, long rxPackets, long txBytes, long txPackets, int operations) { in assertValues() 996 long rxPackets, long txBytes, long txPackets, int operations) { in assertValues()
|
/frameworks/base/core/java/android/net/ |
D | NetworkStats.java | 85 private long[] txPackets; field in NetworkStats 96 public long txPackets; field in NetworkStats.Entry 103 public Entry(long rxBytes, long rxPackets, long txBytes, long txPackets, long operations) { in Entry() 109 long txBytes, long txPackets, long operations) { in Entry() 239 String iface, long rxBytes, long rxPackets, long txBytes, long txPackets) { in addIfaceValues() 246 long rxPackets, long txBytes, long txPackets, long operations) { in addValues() 328 long txBytes, long txPackets, long operations) { in combineValues() 334 long rxPackets, long txBytes, long txPackets, long operations) { in combineValues() 981 long txPackets = Math.min(left.txPackets[i], right.txPackets); in tunSubtract() local
|
D | NetworkStatsHistory.java | 79 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/core/jni/ |
D | android_net_TrafficStats.cpp | 53 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
|
D | com_android_internal_net_NetworkStatsFactory.cpp | 49 jfieldID txPackets; member 61 int64_t txPackets; member 250 ScopedLongArrayRW txPackets(env, get_long_array(env, stats, in readNetworkStatsDetail() local
|
/frameworks/base/core/tests/coretests/src/android/net/ |
D | NetworkStatsTest.java | 404 int tag, long rxBytes, long rxPackets, long txBytes, long txPackets, long operations) { in assertContains() 412 int tag, long rxBytes, long rxPackets, long txBytes, long txPackets, long operations) { in assertValues() 427 long txBytes, long txPackets, long operations) { in assertValues()
|
/frameworks/base/tests/DataIdleTest/src/com/android/tests/dataidle/ |
D | DataIdleTest.java | 98 long txPackets = 0; in reportStats() local
|
/frameworks/base/core/tests/coretests/src/com/android/internal/net/ |
D | NetworkStatsFactoryTest.java | 166 int tag, long rxBytes, long rxPackets, long txBytes, long txPackets) { in assertStatsEntry()
|
/frameworks/base/wifi/java/android/net/wifi/ |
D | WifiInfo.java | 212 public void updatePacketRates(long txPackets, long rxPackets) { in updatePacketRates()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | BatteryStatsImpl.java | 7624 SparseLongArray txPackets = new SparseLongArray(); in updateWifiStateLocked() local
|