Home | History | Annotate | Download | only in settings

Lines Matching defs:active

77         public boolean active;
80 // Sort active admins first, then by name.
81 if (this.active != other.active) {
82 return this.active ? -1 : 1;
341 // Set 'A' is the set of active admins for the profile whereas set 'B' is the set of
357 * @param alreadyAddedComponents the set of active admin component names. Receivers of
381 // add only visible ones (note: active admins are added regardless of visibility)
389 // Active ones already added.
390 item.active = false;
399 * active admin components associated with a profile.
426 // Don't do the applicationInfo.isInternal() check here; if an active
431 item.active = true;