Home
last modified time | relevance | path

Searched refs:getTxBytes (Results 1 – 7 of 7) sorted by relevance

/packages/services/Car/service/src/com/android/car/stats/
DCarStatsService.java72 entry.getTxBytes(), entry.getTxPackets(),
168 .writeLong(entry.getTxBytes()) in pullVmsClientStats()
DVmsClientStats.java138 long getTxBytes() { in getTxBytes() method in VmsClientStats
/packages/apps/Settings/src/com/android/settings/datausage/
DDataUsageUtils.java86 hasEthernetUsage = bucket.getRxBytes() > 0 || bucket.getTxBytes() > 0; in hasEthernet()
DDataUsageList.java486 item.total += bucket.getRxBytes() + bucket.getTxBytes(); in accumulate()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/datausage/
DDataUsageUtils.java83 hasEthernetUsage = bucket.getRxBytes() > 0 || bucket.getTxBytes() > 0; in hasEthernet()
DDataUsageList.java461 item.total += bucket.getRxBytes() + bucket.getTxBytes(); in accumulate()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterService.java2749 if (traffic.getTxBytes() != 0 || traffic.getRxBytes() != 0) { in reportActivityInfo()
2759 if (traffic.getTxBytes() != 0 || traffic.getRxBytes() != 0) { in reportActivityInfo()
2910 existingTraffic.addTxBytes(traffic.getTxBytes()); in energyInfoCallback()