Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9468ddee authored by Robert Greenwalt's avatar Robert Greenwalt Committed by Android (Google) Code Review
Browse files

Merge "Missed an api update." into lmp-preview-dev

parents f09d1285 10e049b6
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -16017,12 +16017,13 @@ package android.net {
    field public int serverAddress;
  }
  public class IpPrefix implements android.os.Parcelable {
  public final class IpPrefix implements android.os.Parcelable {
    method public int describeContents();
    method public java.net.InetAddress getAddress();
    method public int getPrefixLength();
    method public byte[] getRawAddress();
    method public void writeToParcel(android.os.Parcel, int);
    field public static final android.os.Parcelable.Creator CREATOR;
  }
  public class LinkAddress implements android.os.Parcelable {
@@ -16034,7 +16035,7 @@ package android.net {
    method public void writeToParcel(android.os.Parcel, int);
  }
  public class LinkProperties implements android.os.Parcelable {
  public final class LinkProperties implements android.os.Parcelable {
    method public int describeContents();
    method public java.util.List<java.net.InetAddress> getDnsServers();
    method public java.lang.String getDomains();
@@ -16240,7 +16241,7 @@ package android.net {
    method public void writeToParcel(android.os.Parcel, int);
  }
  public class RouteInfo implements android.os.Parcelable {
  public final class RouteInfo implements android.os.Parcelable {
    method public int describeContents();
    method public android.net.IpPrefix getDestination();
    method public java.net.InetAddress getGateway();
@@ -16248,6 +16249,7 @@ package android.net {
    method public boolean isDefaultRoute();
    method public boolean matches(java.net.InetAddress);
    method public void writeToParcel(android.os.Parcel, int);
    field public static final android.os.Parcelable.Creator CREATOR;
  }
  public class SSLCertificateSocketFactory extends javax.net.ssl.SSLSocketFactory {