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

/frameworks/base/include/utils/
H A DTextOutput.h37 class Bundle { class in class:android::TextOutput
39 inline Bundle(TextOutput& to) : mTO(to) { to.pushBundle(); } function in class:android::TextOutput::Bundle
40 inline ~Bundle() { mTO.popBundle(); }
/frameworks/base/core/java/android/os/
H A DBundle.java34 public final class Bundle implements Parcelable, Cloneable { class in inherits:Parcelable,Cloneable
35 private static final String LOG_TAG = "Bundle";
36 public static final Bundle EMPTY;
39 EMPTY = new Bundle();
50 * data are stored as a Parcel containing a Bundle. When the data
65 * Constructs a new, empty Bundle.
67 public Bundle() { method in class:Bundle
73 * Constructs a Bundle whose data is stored as a Parcel. The data
76 * @param parcelledData a Parcel containing a Bundle
78 Bundle(Parce method in class:Bundle
82 /* package */ Bundle(Parcel parcelledData, int length) { method in class:Bundle
93 public Bundle(ClassLoader loader) { method in class:Bundle
104 public Bundle(int capacity) { method in class:Bundle
115 public Bundle(Bundle b) { method in class:Bundle
[all...]
/frameworks/base/tools/aapt/
H A DBundle.h32 * Bundle of goodies, including everything specified on the command line.
34 class Bundle { class
36 Bundle(void) function in class:Bundle
55 ~Bundle(void) {}

Completed in 1227 milliseconds