Searched refs:dns2 (Results 1 – 2 of 2) sorted by relevance
430 String dns2 = mDns2Page.getDataSummary(); in processIpSettings() local431 if (!TextUtils.isEmpty(dns2)) { in processIpSettings()434 (Inet4Address) NetworkUtils.numericToInetAddress(dns2)); in processIpSettings()
837 mDns2View = (TextView) mView.findViewById(R.id.dns2); in showIpConfigFields()