Fix NPE from monkey run

Bug: 5037499
Change-Id: Ic12fab174d19b759899ce8b3f92f202f549e7c00
This commit is contained in:
Irfan Sheriff
2011-07-27 20:11:54 -07:00
parent a7c32ad749
commit c7787a78f7

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.