Merge "Fix NPE from monkey run"

This commit is contained in:
Irfan Sheriff
2011-07-27 20:40:27 -07:00
committed by Android (Google) Code Review

View File

@@ -112,8 +112,8 @@ public class WifiConfigController implements TextWatcher,
private TextView mProxyPortView; private TextView mProxyPortView;
private TextView mProxyExclusionListView; private TextView mProxyExclusionListView;
private IpAssignment mIpAssignment; private IpAssignment mIpAssignment = IpAssignment.UNASSIGNED;
private ProxySettings mProxySettings; private ProxySettings mProxySettings = ProxySettings.UNASSIGNED;
private LinkProperties mLinkProperties = new LinkProperties(); private LinkProperties mLinkProperties = new LinkProperties();
// True when this instance is used in SetupWizard XL context. // True when this instance is used in SetupWizard XL context.