Searched refs:launchFlags (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/cmds/service/
H A Dservice.cpp166 int launchFlags = 0; local
195 else if (strcmp(key, "launchFlags") == 0)
197 launchFlags = atoi(value);
222 data.writeInt32(launchFlags);
280 // " action=STR data=STR type=STR launchFlags=INT component=STR categories=STR[,STR,...]\n";
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStackSupervisor.java1343 final int launchFlags = intent.getFlags();
1345 if ((launchFlags&Intent.FLAG_ACTIVITY_FORWARD_RESULT) != 0 && sourceRecord != null) {
1392 if ((launchFlags & Intent.FLAG_ACTIVITY_NEW_TASK) == 0
1618 int launchFlags = intent.getFlags();
1619 if ((launchFlags & Intent.FLAG_ACTIVITY_NEW_DOCUMENT) != 0 &&
1624 launchFlags &=
1631 launchFlags |= Intent.FLAG_ACTIVITY_NEW_DOCUMENT;
1634 launchFlags |= Intent.FLAG_ACTIVITY_NEW_DOCUMENT;
1637 launchFlags &= ~Intent.FLAG_ACTIVITY_MULTIPLE_TASK;
1644 && (launchFlags
[all...]
H A DTaskRecord.java641 final ActivityRecord performClearTaskLocked(ActivityRecord newR, int launchFlags) { argument
672 && (launchFlags & Intent.FLAG_ACTIVITY_SINGLE_TOP) == 0) {

Completed in 470 milliseconds