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

10 lines
109 B
Plaintext
Raw Normal View History

2025-08-25 08:38:42 +08:00
package android.util;
/**
* @hide
*/
parcelable PropertyParcel {
String property;
String value;
}