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

  /tools/motodev/src/plugins/common/src/com/motorola/studio/android/model/manifest/dom/
IAndroidManifestProperties.java 80 String PROP_PACKAGE = "package";
ManifestNode.java 33 defaultProperties.add(PROP_PACKAGE);
102 properties.put(PROP_PACKAGE, propPackage);
  /tools/motodev/src/plugins/common/src/com/motorola/studio/android/model/manifest/
AndroidManifestFile.java 156 String manifestPackage = manifestNode.getNodeProperties().get(PROP_PACKAGE);
  /tools/motodev/src/plugins/android.codeutils/src/com/motorola/studio/android/codeutils/wizards/
DatabaseManagementClassesCreationMainPage.java 455 manifestNode.getNodeProperties().get(AndroidManifestFile.PROP_PACKAGE);
    [all...]
  /tools/motodev/src/plugins/common/src/com/motorola/studio/android/model/manifest/parser/
AndroidManifestNodeParser.java 89 if (attrName.equalsIgnoreCase(PROP_PACKAGE))
    [all...]

Completed in 58 milliseconds