Searched refs:readBooleanAttribute (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/services/core/java/com/android/server/om/
H A DOverlayManagerSettings.java370 final boolean isEnabled = XmlUtils.readBooleanAttribute(parser, ATTR_IS_ENABLED);
371 final boolean isStatic = XmlUtils.readBooleanAttribute(parser, ATTR_IS_STATIC);
/frameworks/base/services/usage/java/com/android/server/usage/
H A DUsageStatsXmlV1.java146 if (XmlUtils.readBooleanAttribute(parser, ACTIVE_ATTR)) {
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerSession.java29 import static com.android.internal.util.XmlUtils.readBooleanAttribute;
1697 final boolean prepared = readBooleanAttribute(in, ATTR_PREPARED, true);
1698 final boolean sealed = readBooleanAttribute(in, ATTR_SEALED);
H A DSettings.java1751 final boolean installed = XmlUtils.readBooleanAttribute(parser, ATTR_INSTALLED,
1753 final boolean stopped = XmlUtils.readBooleanAttribute(parser, ATTR_STOPPED,
1755 final boolean notLaunched = XmlUtils.readBooleanAttribute(parser,
1767 final boolean suspended = XmlUtils.readBooleanAttribute(parser, ATTR_SUSPENDED,
1769 final boolean blockUninstall = XmlUtils.readBooleanAttribute(parser,
1771 final boolean instantApp = XmlUtils.readBooleanAttribute(parser,
1773 final boolean virtualPreload = XmlUtils.readBooleanAttribute(parser,
H A DDefaultPermissionGrantPolicy.java1221 final boolean fixed = XmlUtils.readBooleanAttribute(parser, ATTR_FIXED);
H A DInstantAppRegistry.java1067 if (XmlUtils.readBooleanAttribute(parser, ATTR_GRANTED)) {
/frameworks/base/core/java/com/android/server/
H A DSystemConfig.java627 final boolean perUser = XmlUtils.readBooleanAttribute(parser, "perUser", false);
/frameworks/base/core/java/com/android/internal/util/
H A DXmlUtils.java1661 public static boolean readBooleanAttribute(XmlPullParser in, String name) { method in class:XmlUtils
1666 public static boolean readBooleanAttribute(XmlPullParser in, String name, method in class:XmlUtils
/frameworks/base/services/core/java/com/android/server/notification/
H A DRankingHelper.java191 XmlUtils.readBooleanAttribute(
199 r.showBadge = XmlUtils.readBooleanAttribute(
H A DManagedServices.java307 XmlUtils.readBooleanAttribute(parser, ATT_IS_PRIMARY, true);
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkPolicyManagerService.java76 import static com.android.internal.util.XmlUtils.readBooleanAttribute;
1835 mRestrictBackground = readBooleanAttribute(
1887 metered = readBooleanAttribute(in, ATTR_METERED);
1907 inferred = readBooleanAttribute(in, ATTR_INFERRED);
/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java19 import static com.android.internal.util.XmlUtils.readBooleanAttribute;
1623 mForceAdoptable = readBooleanAttribute(in, ATTR_FORCE_ADOPTABLE, false);
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java102 import static com.android.internal.util.XmlUtils.readBooleanAttribute;
9517 final boolean prefix = readBooleanAttribute(in, ATTR_PREFIX);
[all...]

Completed in 312 milliseconds