1 package android.util;
2 
3 /**
4  * @hide
5  */
6 parcelable StatsEventParcel {
7     byte[] buffer;
8 }
9