Home | History | Annotate | Download | only in settings

Lines Matching defs:received

114     private TextView received;
284 received = (TextView) findViewById(R.id.received);
704 received.setText(rxPackets + " " + packets + ", " + rxBytes + " " + bytes);