Searched refs:ulbw (Results 1 – 1 of 1) sorted by relevance
365 int ulbw = nc.getLinkUpstreamBandwidthKbps();366 updateBandwidths(dlbw, ulbw);1053 private void updateBandwidths(int dlbw, int ulbw) { in updateBandwidths() argument1055 ulbw = (ulbw < 0 || ulbw == Integer.MAX_VALUE) ? -1 : ulbw; in updateBandwidths()1057 mUplinkKbps.setText(String.format("%-5d", ulbw)); in updateBandwidths()