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

am: 5eb85f01d2

Change-Id: Iaf8ea26f3739a5c62ce6bb402ae8161ef99b5f80
This commit is contained in:
Pengquan Meng
2018-03-10 00:44:41 +00:00
committed by android-build-merger

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) {