[automerger] Resolve inconsistent parcel read in NanoAppFilter am: abe5a73a4a am: 2895b320b4 am: 77e6e34644 am: 49e97ea1dc am: c2cfe453f2
Change-Id: I6e3461125290f2835ff1f9a996beb92e64172386
This commit is contained in:
@@ -83,7 +83,7 @@ public class NanoAppFilter {
|
|||||||
mAppId = in.readLong();
|
mAppId = in.readLong();
|
||||||
mAppVersion = in.readInt();
|
mAppVersion = in.readInt();
|
||||||
mVersionRestrictionMask = in.readInt();
|
mVersionRestrictionMask = in.readInt();
|
||||||
mAppIdVendorMask = in.readInt();
|
mAppIdVendorMask = in.readLong();
|
||||||
}
|
}
|
||||||
|
|
||||||
public int describeContents() {
|
public int describeContents() {
|
||||||
@@ -91,7 +91,6 @@ public class NanoAppFilter {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void writeToParcel(Parcel out, int flags) {
|
public void writeToParcel(Parcel out, int flags) {
|
||||||
|
|
||||||
out.writeLong(mAppId);
|
out.writeLong(mAppId);
|
||||||
out.writeInt(mAppVersion);
|
out.writeInt(mAppVersion);
|
||||||
out.writeInt(mVersionRestrictionMask);
|
out.writeInt(mVersionRestrictionMask);
|
||||||
|
|||||||
Reference in New Issue
Block a user