Home | History | Annotate | Download | only in settings

Lines Matching defs:txBytes

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