Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DRadioInfo.java248 int dlbw = nc.getLinkDownstreamBandwidthKbps();
250 updateBandwidths(dlbw, ulbw);
677 private void updateBandwidths(int dlbw, int ulbw) { in updateBandwidths() argument
678 dlbw = (dlbw < 0 || dlbw == Integer.MAX_VALUE) ? -1 : dlbw; in updateBandwidths()
680 mDownlinkKbps.setText(String.format("%-5d", dlbw)); in updateBandwidths()
/packages/apps/Settings/src/com/android/settings/
DRadioInfo.java261 int dlbw = nc.getLinkDownstreamBandwidthKbps();
263 updateBandwidths(dlbw, ulbw);
770 private void updateBandwidths(int dlbw, int ulbw) { in updateBandwidths() argument
771 dlbw = (dlbw < 0 || dlbw == Integer.MAX_VALUE) ? -1 : dlbw; in updateBandwidths()
773 mDownlinkKbps.setText(String.format("%-5d", dlbw)); in updateBandwidths()