OSDN Git Service

Merge "IpManager: add a provisioning timeout option" into nyc-dev
authorErik Kline <ek@google.com>
Wed, 27 Apr 2016 09:40:06 +0000 (09:40 +0000)
committerAndroid (Google) Code Review <android-gerrit@google.com>
Wed, 27 Apr 2016 09:40:08 +0000 (09:40 +0000)
1  2 
services/net/java/android/net/dhcp/DhcpClient.java
services/net/java/android/net/ip/IpManager.java

@@@ -53,7 -54,12 +54,8 @@@ import java.net.InetAddress
  import java.net.NetworkInterface;
  import java.net.SocketException;
  import java.util.Objects;
+ import java.util.StringJoiner;
  
 -import static android.net.metrics.IpConnectivityEvent.IPCE_IPMGR_PROVISIONING_OK;
 -import static android.net.metrics.IpConnectivityEvent.IPCE_IPMGR_PROVISIONING_FAIL;
 -import static android.net.metrics.IpConnectivityEvent.IPCE_IPMGR_COMPLETE_LIFECYCLE;
 -
  
  /**
   * IpManager