Searched refs:ulbw (Results 1 – 2 of 2) sorted by relevance
250 int ulbw = nc.getLinkUpstreamBandwidthKbps();251 updateBandwidths(dlbw, ulbw);680 private void updateBandwidths(int dlbw, int ulbw) { in updateBandwidths() argument682 ulbw = (ulbw < 0 || ulbw == Integer.MAX_VALUE) ? -1 : ulbw; in updateBandwidths()684 mUplinkKbps.setText(String.format("%-5d", ulbw)); in updateBandwidths()
301 int ulbw = nc.getLinkUpstreamBandwidthKbps();302 updateBandwidths(dlbw, ulbw);853 private void updateBandwidths(int dlbw, int ulbw) { in updateBandwidths() argument855 ulbw = (ulbw < 0 || ulbw == Integer.MAX_VALUE) ? -1 : ulbw; in updateBandwidths()857 mUplinkKbps.setText(String.format("%-5d", ulbw)); in updateBandwidths()