Searched defs:ATTR_ENABLED (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/pm/
H A DSettings.java223 private static final String ATTR_ENABLED = "enabled"; field in class:Settings
1769 final int enabled = XmlUtils.readIntAttribute(parser, ATTR_ENABLED,
2121 serializer.attribute(null, ATTR_ENABLED,
3993 final String enabledStr = parser.getAttributeValue(null, ATTR_ENABLED);
/frameworks/base/services/core/java/com/android/server/tv/
H A DPersistentDataStore.java239 private static final String ATTR_ENABLED = "enabled"; field in class:PersistentDataStore
249 String enabled = parser.getAttributeValue(null, ATTR_ENABLED);
252 "Missing " + ATTR_ENABLED + " attribute on " + TAG_PARENTAL_CONTROLS);
288 serializer.attribute(null, ATTR_ENABLED, Boolean.toString(mParentalControlsEnabled));

Completed in 99 milliseconds