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

am: 9c39357454

Change-Id: Id0f3c816bb95d891cfb9f0109c0afedb7494f222
This commit is contained in:
Aaron Huang
2019-10-24 22:55:54 -07:00
committed by android-build-merger

View File

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