1 package android.util; 2 3 /** 4 * @hide 5 */ 6 parcelable PropertyParcel { 7 String property; 8 String value; 9 } 10