Searched defs:Bundle (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/include/binder/
H A DTextOutput.h40 class Bundle { class in class:android::TextOutput
42 inline Bundle(TextOutput& to) : mTO(to) { to.pushBundle(); } function in class:android::TextOutput::Bundle
43 inline ~Bundle() { mTO.popBundle(); }
/frameworks/base/core/java/android/os/
H A DBundle.java33 public final class Bundle extends BaseBundle implements Cloneable, Parcelable { class in inherits:BaseBundle,Cloneable,Parcelable
34 public static final Bundle EMPTY;
38 EMPTY = new Bundle();
48 * Constructs a new, empty Bundle.
50 public Bundle() { method in class:Bundle
55 * Constructs a Bundle whose data is stored as a Parcel. The data
58 * @param parcelledData a Parcel containing a Bundle
60 Bundle(Parcel parcelledData) { method in class:Bundle
67 /* package */ Bundle(Parcel parcelledData, int length) { method in class:Bundle
75 * Constructs a new, empty Bundle tha
81 public Bundle(ClassLoader loader) { method in class:Bundle
91 public Bundle(int capacity) { method in class:Bundle
101 public Bundle(Bundle b) { method in class:Bundle
114 public Bundle(PersistableBundle b) { method in class:Bundle
[all...]
/frameworks/base/tools/aapt/
H A DBundle.h45 * Bundle of goodies, including everything specified on the command line.
47 class Bundle { class
49 Bundle(void) function in class:Bundle
70 ~Bundle(void) {}

Completed in 669 milliseconds