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

  /libcore/ojluni/src/main/java/java/net/
Inet6AddressImpl.java 70 class Inet6AddressImpl implements InetAddressImpl {
72 // @GuardedBy(Inet6AddressImpl.class)
74 // @GuardedBy(Inet6AddressImpl.class)
307 synchronized (Inet6AddressImpl.class) {
326 synchronized (Inet6AddressImpl.class) {
InetAddress.java 275 static final InetAddressImpl impl = new Inet6AddressImpl();
458 // The sole implementation, Inet6AddressImpl.isReachable(), tries ICMP ECHO REQUESTs before
486 // The sole implementation, Inet6AddressImpl.isReachable(), tries ICMP ECHO REQUESTs before
535 return ((Inet6AddressImpl) impl).icmpEcho(this, timeout, null, 0);
    [all...]
  /frameworks/base/config/
preloaded-classes     [all...]

Completed in 1024 milliseconds