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

/frameworks/base/services/core/java/com/android/server/policy/
H A DGlobalKeyManager.java51 private static final String ATTR_COMPONENT = "component"; field in class:GlobalKeyManager
107 String componentName = parser.getAttributeValue(null, ATTR_COMPONENT);
/frameworks/base/core/java/android/content/
H A DIntent.java623 private static final String ATTR_COMPONENT = "component"; field in class:Intent
7931 out.attribute(null, ATTR_COMPONENT, mComponent.flattenToShortString());
7960 } else if (ATTR_COMPONENT.equals(attrName)) {

Completed in 562 milliseconds