Home
last modified time | relevance | path

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

/aosp12/packages/services/Telephony/src/com/android/phone/settings/
H A DRadioInfo.java303 int dlbw = nc.getLinkDownstreamBandwidthKbps();
305 updateBandwidths(dlbw, ulbw);
850 private void updateBandwidths(int dlbw, int ulbw) { in updateBandwidths() argument
851 dlbw = (dlbw < 0 || dlbw == Integer.MAX_VALUE) ? -1 : dlbw; in updateBandwidths()
853 mDownlinkKbps.setText(String.format("%-5d", dlbw)); in updateBandwidths()