Searched refs:ATTR_COMPONENT (Results 1 – 3 of 3) sorted by relevance
54 private static final String ATTR_COMPONENT = "component"; field in GlobalKeyManager139 String componentName = parser.getAttributeValue(null, ATTR_COMPONENT); in loadGlobalKeys()
655 private static final String ATTR_COMPONENT = "component"; field in Intent11264 out.attribute(null, ATTR_COMPONENT, mComponent.flattenToShortString()); in saveToXml()11295 } else if (ATTR_COMPONENT.equals(attrName)) { in restoreFromXml()
13445 Landroid/content/Intent;->ATTR_COMPONENT:Ljava/lang/String;