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