Home | History | Annotate | Download | only in settings

Lines Matching defs:txBytes

678         long txBytes   = TrafficStats.getMobileTxBytes();
684 sent.setText(txPackets + " " + packets + ", " + txBytes + " " + bytes);