Merge "Replace getNetworkPrefixLength() with public API" am: f67076dad5 am: 7b82097220

am: 5b182f20cb

Change-Id: Ib6f188586b486fa5af0a8df57a65db654f66e311
This commit is contained in:
Aaron Huang
2019-10-24 22:49:20 -07:00
committed by android-build-merger

View File

@@ -1299,7 +1299,7 @@ public class WifiConfigController implements TextWatcher,
mIpAddressView.setText(
staticConfig.ipAddress.getAddress().getHostAddress());
mNetworkPrefixLengthView.setText(Integer.toString(staticConfig.ipAddress
.getNetworkPrefixLength()));
.getPrefixLength()));
}
if (staticConfig.gateway != null) {