Home
last modified time | relevance | path

Searched refs:ATTR_COMPONENTSPECIFIED (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java259 private static final String ATTR_COMPONENTSPECIFIED = "component_specified"; field in ActivityRecord
3600 out.attribute(null, ATTR_COMPONENTSPECIFIED, String.valueOf(componentSpecified)); in saveToXml()
3644 } else if (ATTR_COMPONENTSPECIFIED.equals(attrName)) { in restoreFromXml()