Searched defs:launchFlags (Results 1 - 2 of 2) 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 DTaskRecord.java641 final ActivityRecord performClearTaskLocked(ActivityRecord newR, int launchFlags) { argument
672 && (launchFlags & Intent.FLAG_ACTIVITY_SINGLE_TOP) == 0) {

Completed in 344 milliseconds