Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 466400c1 authored by Sridhar Dubbaka's avatar Sridhar Dubbaka
Browse files

[Telephony]:Change SubId from long to int type.

Change SubId from long to int type.

Change-Id: If7d2037bb95b420e962a39259914723a18bd8028
parent 6efafc60
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {