9 lines
91 B
Plaintext
9 lines
91 B
Plaintext
|
package android.util;
|
||
|
|
||
|
/**
|
||
|
* @hide
|
||
|
*/
|
||
|
parcelable StatsEventParcel {
|
||
|
byte[] buffer;
|
||
|
}
|