/frameworks/base/core/java/android/net/ |
D | NetworkStats.java | 103 private long[] txPackets; field in NetworkStats 126 public long txPackets; field in NetworkStats.Entry 133 public Entry(long rxBytes, long rxPackets, long txBytes, long txPackets, long operations) { in Entry() 139 long txBytes, long txPackets, long operations) { in Entry() 145 long rxBytes, long rxPackets, long txBytes, long txPackets, long operations) { in Entry() 292 String iface, long rxBytes, long rxPackets, long txBytes, long txPackets) { in addIfaceValues() 299 long rxPackets, long txBytes, long txPackets, long operations) { in addValues() 306 long rxBytes, long rxPackets, long txBytes, long txPackets, long operations) { in addValues() 395 long txBytes, long txPackets, long operations) { in combineValues() 402 long rxBytes, long rxPackets, long txBytes, long txPackets, long operations) { in combineValues() [all …]
|
D | NetworkStatsHistory.java | 82 private long[] txPackets; field in NetworkStatsHistory 95 public long txPackets; field in NetworkStatsHistory.Entry 303 long txPackets = entry.txPackets; in recordData() local 540 final long txPackets = txBytes / 1024; in generateRandom() local 551 long txPackets, long operations, Random r) { in generateRandom()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/net/ |
D | NetworkStatsCollectionTest.java | 239 NetworkTemplate template, long rxBytes, long rxPackets, long txBytes, long txPackets, in assertSummaryTotal() 248 NetworkTemplate template, long rxBytes, long rxPackets, long txBytes, long txPackets) { in assertSummaryTotalIncludingTags() 256 NetworkStats.Entry entry, long rxBytes, long rxPackets, long txBytes, long txPackets) { in assertEntry()
|
D | NetworkStatsServiceTest.java | 961 long txBytes, long txPackets, int operations) throws Exception { in assertNetworkTotal() 967 long rxPackets, long txBytes, long txPackets, int operations) throws Exception { in assertNetworkTotal() 979 long txBytes, long txPackets, int operations) throws Exception { in assertUidTotal() 985 int roaming, long rxBytes, long rxPackets, long txBytes, long txPackets, int operations) in assertUidTotal() 1086 long txPackets, int operations) { in assertValues() 1131 long rxPackets, long txBytes, long txPackets, int operations) { in assertValues()
|
/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 | 51 jfieldID txPackets; member 63 int64_t txPackets; member 258 ScopedLongArrayRW txPackets(env, get_long_array(env, stats, in readNetworkStatsDetail() local
|
/frameworks/base/tests/DataIdleTest/src/com/android/tests/dataidle/ |
D | DataIdleTest.java | 98 long txPackets = 0; in reportStats() local
|
/frameworks/base/tests/net/java/android/net/ |
D | NetworkStatsTest.java | 614 long txPackets, long operations) { in assertContains() 623 long txPackets, long operations) { in assertValues() 641 long txBytes, long txPackets, long operations) { in assertValues()
|
/frameworks/base/tests/net/java/com/android/internal/net/ |
D | NetworkStatsFactoryTest.java | 242 int tag, long rxBytes, long rxPackets, long txBytes, long txPackets) { in assertStatsEntry()
|
/frameworks/base/wifi/java/android/net/wifi/ |
D | WifiInfo.java | 233 public void updatePacketRates(long txPackets, long rxPackets) { in updatePacketRates()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | BatteryStatsImpl.java | 9489 SparseLongArray txPackets = new SparseLongArray(); in updateWifiState() local
|