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