Merge "Fix bug while writing data to parcel in TelephonyHistogram.java" into nyc-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
2e9b43efd5
@@ -274,7 +274,7 @@ public final class TelephonyHistogram implements Parcelable {
|
||||
out.writeInt(minTimeMs);
|
||||
out.writeInt(maxTimeMs);
|
||||
out.writeInt(averageTimeMs);
|
||||
out.writeLong(sampleCount);
|
||||
out.writeInt(sampleCount);
|
||||
if (initialTimings == null) {
|
||||
out.writeInt(ABSENT);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user