FileDocCategorySizeDatePackage
PersistableBundle.javaAPI DocAndroid 5.1 API1179Sat Mar 14 14:09:44 GMT 2015android.os

PersistableBundle

public final class PersistableBundle extends android.os.BaseBundle implements Cloneable, android.os.Parcelable

Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
public static final PersistableBundle
EMPTY
Constructors Summary
public PersistableBundle()

 throw new RuntimeException("Stub!"); 
public PersistableBundle(int capacity)

 throw new RuntimeException("Stub!"); 
public PersistableBundle(PersistableBundle b)

 throw new RuntimeException("Stub!"); 
Methods Summary
public java.lang.Objectclone()

 throw new RuntimeException("Stub!"); 
public intdescribeContents()

 throw new RuntimeException("Stub!"); 
public android.os.PersistableBundlegetPersistableBundle(java.lang.String key)

 throw new RuntimeException("Stub!"); 
public voidputPersistableBundle(java.lang.String key, android.os.PersistableBundle value)

 throw new RuntimeException("Stub!"); 
public synchronized java.lang.StringtoString()

 throw new RuntimeException("Stub!"); 
public voidwriteToParcel(android.os.Parcel parcel, int flags)

 throw new RuntimeException("Stub!");