Uses of Class
android.os.Bundle
-
Packages that use Bundle Package Description android.os -
-
Uses of Bundle in android.os
Fields in android.os declared as Bundle Modifier and Type Field Description static Bundle
Bundle. EMPTY
Fields in android.os with type parameters of type Bundle Modifier and Type Field Description static Parcelable.Creator<Bundle>
Bundle. CREATOR
Methods in android.os that return Bundle Modifier and Type Method Description Bundle
Bundle. getBundle(java.lang.String key)
Methods in android.os with parameters of type Bundle Modifier and Type Method Description void
Bundle. putAll(Bundle bundle)
void
Bundle. putBundle(java.lang.String key, Bundle value)
Constructors in android.os with parameters of type Bundle Constructor Description Bundle(Bundle bundle)
-