Lines Matching refs:bytes
637 String bytes = r.getString(R.string.radioInfo_display_bytes);639 sent.setText(txPackets + " " + packets + ", " + txBytes + " " + bytes);640 received.setText(rxPackets + " " + packets + ", " + rxBytes + " " + bytes);