HomeSort by relevance Sort by last modified time
    Searched refs:PROP_ALLOWTASKREPARENTING (Results 1 - 4 of 4) sorted by null

  /tools/motodev/src/plugins/common/src/com/motorola/studio/android/model/manifest/dom/
IAndroidManifestProperties.java 27 String PROP_ALLOWTASKREPARENTING = ANDROID_QUALIFIER + "allowTaskReparenting";
ApplicationNode.java 31 defaultProperties.add(PROP_ALLOWTASKREPARENTING);
139 properties.put(PROP_ALLOWTASKREPARENTING, propAllowTaskReparenting.toString());
ActivityNode.java 34 defaultProperties.add(PROP_ALLOWTASKREPARENTING);
315 properties.put(PROP_ALLOWTASKREPARENTING, propAllowTaskReparenting.toString());
  /tools/motodev/src/plugins/common/src/com/motorola/studio/android/model/manifest/parser/
AndroidManifestNodeParser.java 356 else if (attrName.equalsIgnoreCase(PROP_ALLOWTASKREPARENTING))
432 if (attrName.equalsIgnoreCase(PROP_ALLOWTASKREPARENTING))
    [all...]

Completed in 27 milliseconds