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

/frameworks/native/include/binder/
H A DTextOutput.h39 class Bundle { class in class:android::TextOutput
41 inline Bundle(TextOutput& to) : mTO(to) { to.pushBundle(); } function in class:android::TextOutput::Bundle
42 inline ~Bundle() { mTO.popBundle(); }
/frameworks/native/libs/binder/include/binder/
H A DTextOutput.h39 class Bundle { class in class:android::TextOutput
41 inline Bundle(TextOutput& to) : mTO(to) { to.pushBundle(); } function in class:android::TextOutput::Bundle
42 inline ~Bundle() { mTO.popBundle(); }
/frameworks/base/core/java/android/os/
H A DBundle.java34 public final class Bundle extends BaseBundle implements Cloneable, Parcelable { class in inherits:BaseBundle,Cloneable,Parcelable
39 public static final Bundle EMPTY;
42 EMPTY = new Bundle();
47 * Constructs a new, empty Bundle.
49 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
68 /* package */ Bundle(Parcel parcelledData, int length) { method in class:Bundle
77 * Constructs a new, empty Bundle tha
83 public Bundle(ClassLoader loader) { method in class:Bundle
94 public Bundle(int capacity) { method in class:Bundle
108 public Bundle(Bundle b) { method in class:Bundle
120 public Bundle(PersistableBundle b) { method in class:Bundle
128 Bundle(boolean doInit) { 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
73 ~Bundle(void) {}

Completed in 447 milliseconds