Home | History | Annotate | Download | only in net

Lines Matching refs:dns1

38     public String dns1;
88 info.dns1 = convertToInt(dns1);
110 if (TextUtils.isEmpty(dns1) == false) {
111 p.addDns(NetworkUtils.numericToInetAddress(dns1));
113 Log.d(TAG, "makeLinkProperties with empty dns1!");
130 if (TextUtils.isEmpty(dns1)) {
131 dns1 = orig.dns1;
162 " dns: " + dns1 + "," + dns2 +