Searched refs:ulbw (Results 1 – 2 of 2) sorted by relevance
249 int ulbw = nc.getLinkUpstreamBandwidthKbps();250 updateBandwidths(dlbw, ulbw);677 private void updateBandwidths(int dlbw, int ulbw) { in updateBandwidths() argument679 ulbw = (ulbw < 0 || ulbw == Integer.MAX_VALUE) ? -1 : ulbw; in updateBandwidths()681 mUplinkKbps.setText(String.format("%-5d", ulbw)); in updateBandwidths()
262 int ulbw = nc.getLinkUpstreamBandwidthKbps();263 updateBandwidths(dlbw, ulbw);770 private void updateBandwidths(int dlbw, int ulbw) { in updateBandwidths() argument772 ulbw = (ulbw < 0 || ulbw == Integer.MAX_VALUE) ? -1 : ulbw; in updateBandwidths()774 mUplinkKbps.setText(String.format("%-5d", ulbw)); in updateBandwidths()