OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:launchFlags
(Results
1 - 7
of
7
) sorted by null
/development/samples/Home/src/com/example/android/home/
ApplicationInfo.java
52
* @param
launchFlags
the launch flags
54
final void setActivity(ComponentName className, int
launchFlags
) {
58
intent.setFlags(
launchFlags
);
/packages/apps/Launcher2/src/com/android/launcher2/
ShortcutInfo.java
107
* @param
launchFlags
the launch flags
110
int
launchFlags
= Intent.FLAG_ACTIVITY_NEW_TASK |
113
this.intent.setFlags(
launchFlags
);
/frameworks/native/cmds/service/
service.cpp
193
int
launchFlags
= 0;
222
else if (strcmp(key, "
launchFlags
") == 0)
224
launchFlags
= atoi(value);
249
data.writeInt32(
launchFlags
);
310
// " action=STR data=STR type=STR
launchFlags
=INT component=STR categories=STR[,STR,...]\n";
/frameworks/base/services/core/java/com/android/server/am/
ActivityStarter.java
274
final int
launchFlags
= intent.getFlags();
276
if ((
launchFlags
& Intent.FLAG_ACTIVITY_FORWARD_RESULT) != 0 && sourceRecord != null) {
326
if ((
launchFlags
& FLAG_ACTIVITY_NEW_TASK) == 0
[
all
...]
TaskRecord.java
[
all
...]
/prebuilts/misc/common/android-support-test/rules/
rules-0.5-release-no-dep.jar
rules-0.5-release.jar
Completed in 157 milliseconds