[automerger] [RTT] ParcelableRttResults parcel code fix am: e1e5a2409c am: 5f4d9350f4 am: 8d2d052b61 am: af9f48b7e8 am: ee65cf4766 am: d38155fc59 am: e016e9c975 am: 839c0ed22d
Change-Id: If80acece5df0e149bf832970cf4ee1ba60877e71
This commit is contained in:
@@ -766,8 +766,8 @@ public class RttManager {
|
||||
}
|
||||
dest.writeByte(result.LCR.id);
|
||||
if (result.LCR.id != (byte) 0xFF) {
|
||||
dest.writeInt((byte) result.LCR.data.length);
|
||||
dest.writeByte(result.LCR.id);
|
||||
dest.writeByte((byte) result.LCR.data.length);
|
||||
dest.writeByteArray(result.LCR.data);
|
||||
}
|
||||
dest.writeByte(result.secure ? (byte) 1 : 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user