OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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