packages/modules/StatsD/aidl/android/util/StatsEventParcel.aidl

9 lines
91 B
Plaintext
Raw Permalink Normal View History

2025-08-25 08:38:42 +08:00
package android.util;
/**
* @hide
*/
parcelable StatsEventParcel {
byte[] buffer;
}