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.java36 public final class Bundle extends BaseBundle implements Cloneable, Parcelable { class in inherits:BaseBundle,Cloneable,Parcelable
46 public static final Bundle EMPTY;
52 public static final Bundle STRIPPED;
55 EMPTY = new Bundle();
58 STRIPPED = new Bundle();
63 * Constructs a new, empty Bundle.
65 public Bundle() { method in class:Bundle
71 * Constructs a Bundle whose data is stored as a Parcel. The data
74 * @param parcelledData a Parcel containing a Bundle
79 public Bundle(Parce method in class:Bundle
92 public Bundle(Parcel parcelledData, int length) { method in class:Bundle
121 public Bundle(ClassLoader loader) { method in class:Bundle
132 public Bundle(int capacity) { method in class:Bundle
146 public Bundle(Bundle b) { method in class:Bundle
158 public Bundle(PersistableBundle b) { method in class:Bundle
166 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 2144 milliseconds