Searched refs:ATTR_ENABLED (Results 1 - 2 of 2) sorted by relevance

/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));
/frameworks/base/services/core/java/com/android/server/pm/
H A DSettings.java211 private static final String ATTR_ENABLED = "enabled"; field in class:Settings
1679 final int enabled = XmlUtils.readIntAttribute(parser, ATTR_ENABLED,
1985 serializer.attribute(null, ATTR_ENABLED,
3736 final String enabledStr = parser.getAttributeValue(null, ATTR_ENABLED);

Completed in 756 milliseconds