Lines Matching defs:bundle
24 private Bundle bundle; // The parent Bundle object of this group
28 * Creates a BundleGroup with a parent bundle and a given name.
31 bundle = parent;
47 * Two bundle groups are considered equal iff their names are the same.
113 * Returns the bundle to which this group belongs
116 return bundle;
120 * Returns the comment associated with this bundle
127 * Returns the name of the bundle
133 protected void setParentBundle(Bundle bundle) {
134 this.bundle = bundle;