Home | History | Annotate | Download | only in setup

Lines Matching refs:mIpConfiguration

64     private IpConfiguration mIpConfiguration;
128 return mIpConfiguration;
132 this.mIpConfiguration = ipConfiguration;
168 if (mIpConfiguration != null && mIpConfiguration.getStaticIpConfiguration() != null
169 && mIpConfiguration.getStaticIpConfiguration().dnsServers == null) {
171 return mIpConfiguration.getStaticIpConfiguration().dnsServers.get(index);
183 if (mIpConfiguration != null && mIpConfiguration.getStaticIpConfiguration() != null) {
184 return mIpConfiguration.getStaticIpConfiguration().gateway;
194 if (mIpConfiguration != null && mIpConfiguration.getStaticIpConfiguration() != null) {
195 return mIpConfiguration.getStaticIpConfiguration().ipAddress;
205 if (mIpConfiguration != null) {
206 return mIpConfiguration.getHttpProxy();