Home
last modified time | relevance | path

Searched refs:dlbw (Results 1 – 1 of 1) sorted by relevance

/packages/services/Telephony/src/com/android/phone/settings/
DRadioInfo.java364 int dlbw = nc.getLinkDownstreamBandwidthKbps();
366 updateBandwidths(dlbw, ulbw);
1053 private void updateBandwidths(int dlbw, int ulbw) { in updateBandwidths() argument
1054 dlbw = (dlbw < 0 || dlbw == Integer.MAX_VALUE) ? -1 : dlbw; in updateBandwidths()
1056 mDownlinkKbps.setText(String.format("%-5d", dlbw)); in updateBandwidths()