Revert "Revert "Unhide IpPrefix(InetAddress, int)""
This reverts commit 758ead6dd3.
Reason for revert: Re-landing changes not related to postsubmit failure
Change-Id: I2f705549d85af4ba45dc294e0a86d757490b1cd7
This commit is contained in:
@@ -206,6 +206,7 @@ package android.net {
|
||||
}
|
||||
|
||||
public final class IpPrefix implements android.os.Parcelable {
|
||||
ctor public IpPrefix(@NonNull java.net.InetAddress, @IntRange(from=0, to=128) int);
|
||||
method public boolean contains(@NonNull java.net.InetAddress);
|
||||
method public int describeContents();
|
||||
method @NonNull public java.net.InetAddress getAddress();
|
||||
|
||||
@@ -131,7 +131,6 @@ package android.net {
|
||||
}
|
||||
|
||||
public final class IpPrefix implements android.os.Parcelable {
|
||||
ctor public IpPrefix(@NonNull java.net.InetAddress, @IntRange(from=0, to=128) int);
|
||||
ctor public IpPrefix(@NonNull String);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user