Searched refs:ATTR_COMPONENT (Results 1 – 2 of 2) sorted by relevance
51 private static final String ATTR_COMPONENT = "component"; field in GlobalKeyManager107 String componentName = parser.getAttributeValue(null, ATTR_COMPONENT); in loadGlobalKeys()
625 private static final String ATTR_COMPONENT = "component"; field in Intent8825 out.attribute(null, ATTR_COMPONENT, mComponent.flattenToShortString()); in saveToXml()8854 } else if (ATTR_COMPONENT.equals(attrName)) { in restoreFromXml()