Searched refs:dlbw (Results 1 – 2 of 2) sorted by relevance
248 int dlbw = nc.getLinkDownstreamBandwidthKbps();250 updateBandwidths(dlbw, ulbw);677 private void updateBandwidths(int dlbw, int ulbw) { in updateBandwidths() argument678 dlbw = (dlbw < 0 || dlbw == Integer.MAX_VALUE) ? -1 : dlbw; in updateBandwidths()680 mDownlinkKbps.setText(String.format("%-5d", dlbw)); in updateBandwidths()
261 int dlbw = nc.getLinkDownstreamBandwidthKbps();263 updateBandwidths(dlbw, ulbw);770 private void updateBandwidths(int dlbw, int ulbw) { in updateBandwidths() argument771 dlbw = (dlbw < 0 || dlbw == Integer.MAX_VALUE) ? -1 : dlbw; in updateBandwidths()773 mDownlinkKbps.setText(String.format("%-5d", dlbw)); in updateBandwidths()