Merge "Merge changes from topic "am-59911b1f-fa0c-400c-a3f8-812ac0a8762b" into oc-dev am: fe6a5c4675 am: 5eb85f01d2 am: 037206683b" into pi-dev

This commit is contained in:
Android Build Merger (Role)
2018-03-10 01:14:39 +00:00
committed by Android (Google) Code Review

View File

@@ -36,7 +36,7 @@ public class DcParamObject implements Parcelable {
}
public void writeToParcel(Parcel dest, int flags) {
dest.writeLong(mSubId);
dest.writeInt(mSubId);
}
private void readFromParcel(Parcel in) {