Searched refs:rxBytes (Results 1 – 6 of 6) sorted by relevance
217 totalData += entry.rxBytes + entry.txBytes; in generatePath()267 final long longWindow = (entry.rxBytes + entry.txBytes) * bucketDuration in generatePath()277 final long shortWindow = (entry.rxBytes + entry.txBytes) * bucketDuration in generatePath()312 return entry.rxBytes + entry.txBytes; in getMaxVisible()
100 includeCycle = (entry.rxBytes + entry.txBytes) > 0; in updateCycleList()122 includeCycle = (entry.rxBytes + entry.txBytes) > 0; in updateCycleList()
89 totalData += entry.rxBytes + entry.txBytes; in getTop()113 totalData += entry.rxBytes + entry.txBytes; in calcPoints()
297 backgroundBytes = entry.rxBytes + entry.txBytes; in bindData()299 foregroundBytes = entry.rxBytes + entry.txBytes; in bindData()
307 final long totalBytes = entry != null ? entry.rxBytes + entry.txBytes : 0; in updateDetailData()431 item.total += entry.rxBytes + entry.txBytes; in accumulate()
873 long rxBytes = TrafficStats.getMobileRxBytes(); in updateDataStats2() local879 received.setText(rxPackets + " " + packets + ", " + rxBytes + " " + bytes); in updateDataStats2()