Searched refs:txBytes (Results 1 – 5 of 5) sorted by relevance
103 includeCycle = (entry.rxBytes + entry.txBytes) > 0; in updateCycleList()124 includeCycle = (entry.rxBytes + entry.txBytes) > 0; in updateCycleList()
212 item.total += entry.rxBytes + entry.txBytes; in accumulate()
1014 long txBytes = TrafficStats.getMobileTxBytes(); in updateDataStats2() local1020 sent.setText(txPackets + " " + packets + ", " + txBytes + " " + bytes); in updateDataStats2()
1157 long txBytes = TrafficStats.getMobileTxBytes(); in updateDataStats2() local1163 mSent.setText(txPackets + " " + packets + ", " + txBytes + " " + bytes); in updateDataStats2()