/**@class android.os.AidlTest.TestParcelable
 implements android.os.Parcelable

@extends java.lang.Object

*/
var TestParcelable = {

/***/
mAnInt : "null",
/***/
mAString : "null",
/***/
CREATOR : "null",
/**
*/
describeContents : function(  ) {},

/**
*/
writeToParcel : function(  ) {},

/**
*/
readFromParcel : function(  ) {},

/**
*/
toString : function(  ) {},


};