Loading core/java/android/net/LinkProperties.java +1 −2 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ import java.util.List; * does not affect live networks. * */ public class LinkProperties implements Parcelable { public final class LinkProperties implements Parcelable { // The interface described by the network link. private String mIfaceName; private ArrayList<LinkAddress> mLinkAddresses = new ArrayList<LinkAddress>(); Loading Loading @@ -463,7 +463,6 @@ public class LinkProperties implements Parcelable { /** * Implement the Parcelable interface * @hide */ public int describeContents() { return 0; Loading core/java/android/net/RouteInfo.java +2 −5 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ import java.util.Objects; * destination and gateway are both specified, they must be of the same address family * (IPv4 or IPv6). */ public class RouteInfo implements Parcelable { public final class RouteInfo implements Parcelable { /** * The IP destination address for this route. * TODO: Make this an IpPrefix. Loading Loading @@ -248,7 +248,7 @@ public class RouteInfo implements Parcelable { * Retrieves the gateway or next hop {@link InetAddress} for this route. * * @return {@link InetAddress} specifying the gateway or next hop. This may be & {@code null} for a directly-connected route." * {@code null} for a directly-connected route." */ public InetAddress getGateway() { return mGateway; Loading Loading @@ -378,7 +378,6 @@ public class RouteInfo implements Parcelable { /** * Implement the Parcelable interface * @hide */ public int describeContents() { return 0; Loading @@ -386,7 +385,6 @@ public class RouteInfo implements Parcelable { /** * Implement the Parcelable interface * @hide */ public void writeToParcel(Parcel dest, int flags) { if (mDestination == null) { Loading @@ -409,7 +407,6 @@ public class RouteInfo implements Parcelable { /** * Implement the Parcelable interface. * @hide */ public static final Creator<RouteInfo> CREATOR = new Creator<RouteInfo>() { Loading Loading
core/java/android/net/LinkProperties.java +1 −2 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ import java.util.List; * does not affect live networks. * */ public class LinkProperties implements Parcelable { public final class LinkProperties implements Parcelable { // The interface described by the network link. private String mIfaceName; private ArrayList<LinkAddress> mLinkAddresses = new ArrayList<LinkAddress>(); Loading Loading @@ -463,7 +463,6 @@ public class LinkProperties implements Parcelable { /** * Implement the Parcelable interface * @hide */ public int describeContents() { return 0; Loading
core/java/android/net/RouteInfo.java +2 −5 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ import java.util.Objects; * destination and gateway are both specified, they must be of the same address family * (IPv4 or IPv6). */ public class RouteInfo implements Parcelable { public final class RouteInfo implements Parcelable { /** * The IP destination address for this route. * TODO: Make this an IpPrefix. Loading Loading @@ -248,7 +248,7 @@ public class RouteInfo implements Parcelable { * Retrieves the gateway or next hop {@link InetAddress} for this route. * * @return {@link InetAddress} specifying the gateway or next hop. This may be & {@code null} for a directly-connected route." * {@code null} for a directly-connected route." */ public InetAddress getGateway() { return mGateway; Loading Loading @@ -378,7 +378,6 @@ public class RouteInfo implements Parcelable { /** * Implement the Parcelable interface * @hide */ public int describeContents() { return 0; Loading @@ -386,7 +385,6 @@ public class RouteInfo implements Parcelable { /** * Implement the Parcelable interface * @hide */ public void writeToParcel(Parcel dest, int flags) { if (mDestination == null) { Loading @@ -409,7 +407,6 @@ public class RouteInfo implements Parcelable { /** * Implement the Parcelable interface. * @hide */ public static final Creator<RouteInfo> CREATOR = new Creator<RouteInfo>() { Loading