Home
last modified time | relevance | path

Searched refs:ATTR_COMPONENT_NAME (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DOwnersData.java73 private static final String ATTR_COMPONENT_NAME = "component"; field in OwnersData
528 out.attribute(null, ATTR_COMPONENT_NAME, admin.flattenToString()); in writeToXml()
544 final String componentName = parser.getAttributeValue(null, ATTR_COMPONENT_NAME); in readFromXml()