OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PROP_FINISHONTASKLAUNCH
(Results
1 - 3
of
3
) sorted by null
/tools/motodev/src/plugins/common/src/com/motorola/studio/android/model/manifest/dom/
IAndroidManifestProperties.java
47
String
PROP_FINISHONTASKLAUNCH
= ANDROID_QUALIFIER + "finishOnTaskLaunch";
ActivityNode.java
39
defaultProperties.add(
PROP_FINISHONTASKLAUNCH
);
350
properties.put(
PROP_FINISHONTASKLAUNCH
, propFinishOnTaskLaunch.toString());
/tools/motodev/src/plugins/common/src/com/motorola/studio/android/model/manifest/parser/
AndroidManifestNodeParser.java
462
else if (attrName.equalsIgnoreCase(
PROP_FINISHONTASKLAUNCH
))
[
all
...]
Completed in 20 milliseconds