HomeSort by relevance Sort by last modified time
    Searched defs:parseNumericAddress (Results 1 - 11 of 11) sorted by null

  /frameworks/opt/net/ethernet/tests/java/com/android/server/ethernet/
EthernetTrackerTest.java 106 config.dnsServers.add(InetAddress.parseNumericAddress(dns));
112 config.gateway = InetAddress.parseNumericAddress(gateway);
  /libcore/ojluni/src/main/java/java/net/
InetAddress.java     [all...]
  /frameworks/opt/net/ethernet/java/com/android/server/ethernet/
EthernetTracker.java 379 ipConfig.gateway = InetAddress.parseNumericAddress(value);
384 dnsAddresses.add(InetAddress.parseNumericAddress(address));
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 
android-all-6.0.1_r3-robolectric-0.jar 
android-all-6.0.1_r3-robolectric-r1.jar 

Completed in 71 milliseconds