Uses of Class
android.os.PersistableBundle
-
Packages that use PersistableBundle Package Description android.os -
-
Uses of PersistableBundle in android.os
Fields in android.os declared as PersistableBundle Modifier and Type Field Description static PersistableBundle
PersistableBundle. EMPTY
Fields in android.os with type parameters of type PersistableBundle Modifier and Type Field Description static Parcelable.Creator<PersistableBundle>
PersistableBundle. CREATOR
Methods in android.os that return PersistableBundle Modifier and Type Method Description PersistableBundle
PersistableBundle. getPersistableBundle(java.lang.String key)
Methods in android.os with parameters of type PersistableBundle Modifier and Type Method Description void
BaseBundle. putAll(PersistableBundle bundle)
Put all values from provided persistable bundle into this.void
Bundle. putAll(PersistableBundle bundle)
void
PersistableBundle. putPersistableBundle(java.lang.String key, PersistableBundle bundle)
Constructors in android.os with parameters of type PersistableBundle Constructor Description Bundle(PersistableBundle bundle)
PersistableBundle(PersistableBundle bundle)
-