Searched refs:dlbw (Results 1 – 2 of 2) sorted by relevance
249 int dlbw = nc.getLinkDownstreamBandwidthKbps();251 updateBandwidths(dlbw, ulbw);680 private void updateBandwidths(int dlbw, int ulbw) { in updateBandwidths() argument681 dlbw = (dlbw < 0 || dlbw == Integer.MAX_VALUE) ? -1 : dlbw; in updateBandwidths()683 mDownlinkKbps.setText(String.format("%-5d", dlbw)); in updateBandwidths()
300 int dlbw = nc.getLinkDownstreamBandwidthKbps();302 updateBandwidths(dlbw, ulbw);853 private void updateBandwidths(int dlbw, int ulbw) { in updateBandwidths() argument854 dlbw = (dlbw < 0 || dlbw == Integer.MAX_VALUE) ? -1 : dlbw; in updateBandwidths()856 mDownlinkKbps.setText(String.format("%-5d", dlbw)); in updateBandwidths()