Searched refs:rxBytes (Results 1 – 6 of 6) sorted by relevance
113 entry1.rxBytes = 100; in onDataLoaded_statsLoaded_hasTwoPreference()118 entry2.rxBytes = 200; in onDataLoaded_statsLoaded_hasTwoPreference()131 entry1.rxBytes = 100; in onDataLoaded_statsLoaded_hasOnePreference()136 entry2.rxBytes = 200; in onDataLoaded_statsLoaded_hasOnePreference()
103 includeCycle = (entry.rxBytes + entry.txBytes) > 0; in updateCycleList()124 includeCycle = (entry.rxBytes + entry.txBytes) > 0; in updateCycleList()
214 item.total += entry.rxBytes + entry.txBytes; in accumulate()
1012 long rxBytes = TrafficStats.getMobileRxBytes(); in updateDataStats2() local1018 received.setText(rxPackets + " " + packets + ", " + rxBytes + " " + bytes); in updateDataStats2()
1110 long rxBytes = TrafficStats.getMobileRxBytes(); in updateDataStats2() local1116 received.setText(rxPackets + " " + packets + ", " + rxBytes + " " + bytes); in updateDataStats2()