Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityRecord.java425 private static final String ATTR_COMPONENTSPECIFIED = "component_specified"; field in ActivityRecord
10015 out.attributeBoolean(null, ATTR_COMPONENTSPECIFIED, componentSpecified);
10041 boolean componentSpecified = in.getAttributeBoolean(null, ATTR_COMPONENTSPECIFIED, false);