Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityRecord.java395 private static final String ATTR_COMPONENTSPECIFIED = "component_specified"; field in ActivityRecord
8793 out.attributeBoolean(null, ATTR_COMPONENTSPECIFIED, componentSpecified); in saveToXml()
8819 boolean componentSpecified = in.getAttributeBoolean(null, ATTR_COMPONENTSPECIFIED, false); in restoreFromXml()