File
Doc
Category
Size
Date
Package
PersistableBundle.java
API Doc
Android 5.1 API
1179
Sat Mar 14 14:09:44 GMT 2015
android.os
PersistableBundle
java.lang.Object
android.os.BaseBundle
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.Object
clone
()
throw new RuntimeException("Stub!");
public
int
describeContents
()
throw new RuntimeException("Stub!");
public
android.os.PersistableBundle
getPersistableBundle
(
java.lang.String
key)
throw new RuntimeException("Stub!");
public void
putPersistableBundle
(
java.lang.String
key,
android.os.PersistableBundle
value)
throw new RuntimeException("Stub!");
public synchronized
java.lang.String
toString
()
throw new RuntimeException("Stub!");
public void
writeToParcel
(
android.os.Parcel
parcel,
int
flags)
throw new RuntimeException("Stub!");
Java Code Source