HomeSort by relevance Sort by last modified time
    Searched refs:DNS1 (Results 1 - 7 of 7) sorted by null

  /development/scripts/
reverse_tether.sh 24 : ${DNS1:=8.8.8.8}
68 echo " -d dns1 dns2 DNS1=$DNS1"
129 $ADB shell "setprop net.dns1 $DNS1"
140 DNS1=`$ADB shell getprop net.${PHONE_DEV}.dns1`
141 $ADB shell "setprop net.dns1 $DNS1"
    [all...]
  /frameworks/base/tests/net/java/android/net/
StaticIpConfigurationTest.java 44 private static final InetAddress DNS1 = IpAddress("8.8.8.8");
68 s.dnsServers.add(DNS1);
108 s.dnsServers.add(DNS1);
126 s.ipAddress = new LinkAddress(DNS1, 32);
170 s.dnsServers.add(DNS1);
171 expected.addDnsServer(DNS1);
LinkPropertiesTest.java 53 private static InetAddress DNS1 = NetworkUtils.numericToInetAddress("75.208.7.1");
129 source.addDnsServer(DNS1);
142 target.addDnsServer(DNS1);
155 target.addDnsServer(DNS1);
168 target.addDnsServer(DNS1);
191 target.addDnsServer(DNS1);
203 target.addDnsServer(DNS1);
220 source.addDnsServer(DNS1);
233 target.addDnsServer(DNS1);
487 lp4.addDnsServer(DNS1);
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
Dns1State.java 37 * State responsible for setting dns1.
71 * Fragment that needs user to enter dns1.
113 if (mAdvancedOptionsFlowInfo.containsPage(AdvancedOptionsFlowInfo.DNS1)) {
114 title = mAdvancedOptionsFlowInfo.get(AdvancedOptionsFlowInfo.DNS1);
136 mAdvancedOptionsFlowInfo.put(AdvancedOptionsFlowInfo.DNS1,
AdvancedOptionsFlowInfo.java 44 public static final int DNS1 = 10;
57 DNS1,
IpSettingsInvalidState.java 109 mAdvancedOptionsFlowInfo.remove(AdvancedOptionsFlowInfo.DNS1);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/util/
AdvancedOptionsFlowUtil.java 138 String dns1 = flowInfo.get(AdvancedOptionsFlowInfo.DNS1); local
139 if (!TextUtils.isEmpty(dns1)) {
142 NetworkUtils.numericToInetAddress(dns1));

Completed in 113 milliseconds