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.java451 private static final String ATTR_COMPONENTSPECIFIED = "component_specified"; field in ActivityRecord
10402 out.attributeBoolean(null, ATTR_COMPONENTSPECIFIED, componentSpecified);
10438 boolean componentSpecified = in.getAttributeBoolean(null, ATTR_COMPONENTSPECIFIED, false);