Searched refs:dlbw (Results 1 – 1 of 1) sorted by relevance
364 int dlbw = nc.getLinkDownstreamBandwidthKbps();366 updateBandwidths(dlbw, ulbw);1053 private void updateBandwidths(int dlbw, int ulbw) { in updateBandwidths() argument1054 dlbw = (dlbw < 0 || dlbw == Integer.MAX_VALUE) ? -1 : dlbw; in updateBandwidths()1056 mDownlinkKbps.setText(String.format("%-5d", dlbw)); in updateBandwidths()