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

  /tools/motodev/src/plugins/common/src/com/motorola/studio/android/model/manifest/dom/
AbstractUsesNode.java 31 defaultProperties.add(PROP_REQUIRED);
74 properties.put(PROP_REQUIRED, Boolean.toString(isRequired));
IAndroidManifestProperties.java 104 String PROP_REQUIRED = ANDROID_QUALIFIER + "required";
  /tools/motodev/src/plugins/common/src/com/motorola/studio/android/model/manifest/parser/
AndroidManifestNodeParser.java 919 else if (attrName.equalsIgnoreCase(PROP_REQUIRED))
    [all...]

Completed in 89 milliseconds