Searched defs:ATTR_COMPONENTSPECIFIED (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityRecord.java81 private static final String ATTR_COMPONENTSPECIFIED = "component_specified"; field in class:ActivityRecord
1123 out.attribute(null, ATTR_COMPONENTSPECIFIED, String.valueOf(componentSpecified));
1167 } else if (ATTR_COMPONENTSPECIFIED.equals(attrName)) {

Completed in 73 milliseconds