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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDeviceOwner.java63 private static final String ATTR_COMPONENT_NAME = "component"; field in class:DeviceOwner
257 parser.getAttributeValue(null, ATTR_COMPONENT_NAME);
271 parser.getAttributeValue(null, ATTR_COMPONENT_NAME);
335 null, ATTR_COMPONENT_NAME, mDeviceInitializer.admin.flattenToString());
349 out.attribute(null, ATTR_COMPONENT_NAME, ownerInfo.admin.flattenToString());

Completed in 310 milliseconds