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

am: 7b82097220

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

View File

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