/**@class android.os.ParcelableParcel
 implements android.os.Parcelable

@extends java.lang.Object

 Parcelable containing a raw Parcel of data.
 @hide
*/
var ParcelableParcel = {

/***/
CREATOR : "null",
/**
*/
getParcel : function(  ) {},

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

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

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


};