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

  /tools/motodev/src/plugins/common/src/com/motorola/studio/android/model/manifest/dom/
IAndroidManifestProperties.java 65 String PROP_LAUNCHMODE = ANDROID_QUALIFIER + "launchMode";
ActivityNode.java 40 defaultProperties.add(PROP_LAUNCHMODE);
355 properties.put(PROP_LAUNCHMODE, getLaunchModeName(propLaunchMode));
  /tools/motodev/src/plugins/common/src/com/motorola/studio/android/model/manifest/parser/
AndroidManifestNodeParser.java 467 else if (attrName.equalsIgnoreCase(PROP_LAUNCHMODE))
    [all...]

Completed in 20 milliseconds