Merge "Add IpConfiguration parcelable interface implementation to system API" am: 2193b07c21 am: fda119df8e
am: 2dbf6f50f3
Change-Id: I9add4992fbacca4668867abc7a218256805d1bfc
This commit is contained in:
@@ -191,18 +191,12 @@ public final class IpConfiguration implements Parcelable {
|
|||||||
83 * httpProxy.hashCode();
|
83 * httpProxy.hashCode();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/** Implement the Parcelable interface */
|
||||||
* Implement the Parcelable interface
|
|
||||||
* @hide
|
|
||||||
*/
|
|
||||||
public int describeContents() {
|
public int describeContents() {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/** Implement the Parcelable interface */
|
||||||
* Implement the Parcelable interface
|
|
||||||
* @hide
|
|
||||||
*/
|
|
||||||
public void writeToParcel(@NonNull Parcel dest, int flags) {
|
public void writeToParcel(@NonNull Parcel dest, int flags) {
|
||||||
dest.writeString(ipAssignment.name());
|
dest.writeString(ipAssignment.name());
|
||||||
dest.writeString(proxySettings.name());
|
dest.writeString(proxySettings.name());
|
||||||
|
|||||||
Reference in New Issue
Block a user