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

PersistableBundle.java

package android.os;
public final class PersistableBundle
  extends android.os.BaseBundle
  implements java.lang.Cloneable, android.os.Parcelable
{
public  PersistableBundle() { throw new RuntimeException("Stub!"); }
public  PersistableBundle(int capacity) { throw new RuntimeException("Stub!"); }
public  PersistableBundle(android.os.PersistableBundle b) { throw new RuntimeException("Stub!"); }
public  java.lang.Object clone() { throw new RuntimeException("Stub!"); }
public  void putPersistableBundle(java.lang.String key, android.os.PersistableBundle value) { throw new RuntimeException("Stub!"); }
public  android.os.PersistableBundle getPersistableBundle(java.lang.String key) { throw new RuntimeException("Stub!"); }
public  int describeContents() { throw new RuntimeException("Stub!"); }
public  void writeToParcel(android.os.Parcel parcel, int flags) { throw new RuntimeException("Stub!"); }
public synchronized  java.lang.String toString() { throw new RuntimeException("Stub!"); }
public static final android.os.Parcelable.Creator<android.os.PersistableBundle> CREATOR;
public static final android.os.PersistableBundle EMPTY;
static { CREATOR = null; EMPTY = null; }
}