[automerger] [RTT] ParcelableRttResults parcel code fix am: e1e5a2409c
Change-Id: I46bbee504ea7a64d39b98a2a8336b3bcf593869a
This commit is contained in:
@@ -730,8 +730,8 @@ public class RttManager {
|
|||||||
}
|
}
|
||||||
dest.writeByte(result.LCR.id);
|
dest.writeByte(result.LCR.id);
|
||||||
if (result.LCR.id != (byte) 0xFF) {
|
if (result.LCR.id != (byte) 0xFF) {
|
||||||
dest.writeInt((byte) result.LCR.data.length);
|
dest.writeByte((byte) result.LCR.data.length);
|
||||||
dest.writeByte(result.LCR.id);
|
dest.writeByteArray(result.LCR.data);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user