Home | History | Annotate | Download | only in net

Lines Matching refs:dns2

39     public String dns2;
89 info.dns2 = convertToInt(dns2);
115 if (TextUtils.isEmpty(dns2) == false) {
116 p.addDns(NetworkUtils.numericToInetAddress(dns2));
118 Log.d(TAG, "makeLinkProperties with empty dns2!");
134 if (TextUtils.isEmpty(dns2)) {
135 dns2 = orig.dns2;
162 " dns: " + dns1 + "," + dns2 +