Searched refs:mDownlinkKbps (Results 1 – 2 of 2) sorted by relevance
203 private TextView mDownlinkKbps; field in RadioInfo487 mDownlinkKbps = (TextView) findViewById(R.id.dl_kbps); in onCreate()680 mDownlinkKbps.setText(String.format("%-5d", dlbw)); in updateBandwidths()
214 private TextView mDownlinkKbps; field in RadioInfo526 mDownlinkKbps = (TextView) findViewById(R.id.dl_kbps); in onCreate()773 mDownlinkKbps.setText(String.format("%-5d", dlbw)); in updateBandwidths()