HomeSort by relevance Sort by last modified time
    Searched defs:getByAddress (Results 1 - 25 of 36) sorted by null

1 2

  /frameworks/base/core/java/android/printservice/recommendation/
RecommendationInfo.java 104 discoveredPrinters.add(InetAddress.getByAddress(parcel.readBlob()));
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
Inet6AddressTest.java 686 Inet6Address.getByAddress("123", null, 0);
693 Inet6Address.getByAddress("123", addr1, 0);
704 Inet6Address.getByAddress("123", addr2, 3);
705 Inet6Address.getByAddress("123", addr2, 0);
706 Inet6Address.getByAddress("123", addr2, -1);
713 Inet6Address.getByAddress("123", null, nif);
720 Inet6Address.getByAddress("123", addr1, nif);
730 Inet6Address.getByAddress("123", addr2, nif);
735 InetAddress ia = InetAddress.getByAddress(ipAddress);
739 ia = InetAddress.getByAddress(ipAddress)
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
RouteSelectorTest.java 325 InetAddress.getByAddress(new byte[] { 127, 0, 0, 1 }), 1234);
328 InetAddress.getByAddress("foobar", new byte[] { 127, 0, 0, 1 }), 1234);
355 result.add(InetAddress.getByAddress(
  /libcore/ojluni/src/main/java/java/net/
Inet6Address.java 437 * InetAddress#getByAddress(String,byte[])} except that the IPv6 scope_id is
455 public static Inet6Address getByAddress(String host, byte[] addr,
474 * InetAddress#getByAddress(String,byte[])} except that the IPv6 scope_id is
488 public static Inet6Address getByAddress(String host, byte[] addr,
    [all...]
InetAddress.java 175 * @see java.net.InetAddress#getByAddress(byte[])
176 * @see java.net.InetAddress#getByAddress(java.lang.String, byte[])
    [all...]
  /external/guava/guava-tests/test/com/google/common/net/
InetAddressesTest.java 653 InetAddress.getByAddress(new byte[] {4, 3, 2, 1}));
658 InetAddress.getByAddress(
  /packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/details/
WifiDetailPreferenceControllerTest.java 462 mLinkProperties.addDnsServer(InetAddress.getByAddress(new byte[] {8, 8, 4, 4}));
463 mLinkProperties.addDnsServer(InetAddress.getByAddress(new byte[] {8, 8, 8, 8}));
  /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 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/24/
android.jar 

Completed in 163 milliseconds

1 2