Searched refs:mDownlinkKbps (Results 1 – 2 of 2) sorted by relevance
204 private TextView mDownlinkKbps; field in RadioInfo489 mDownlinkKbps = (TextView) findViewById(R.id.dl_kbps); in onCreate()683 mDownlinkKbps.setText(String.format("%-5d", dlbw)); in updateBandwidths()
240 private TextView mDownlinkKbps; field in RadioInfo559 mDownlinkKbps = (TextView) findViewById(R.id.dl_kbps); in onCreate()826 mDownlinkKbps.setText(String.format("%-5d", dlbw)); in updateBandwidths()