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