Searched defs:launchFlags (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/cmds/service/
H A Dservice.cpp193 int launchFlags = 0; local
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/
H A DTaskRecord.java681 final ActivityRecord performClearTaskLocked(ActivityRecord newR, int launchFlags) { argument
712 && (launchFlags & Intent.FLAG_ACTIVITY_SINGLE_TOP) == 0) {

Completed in 12 milliseconds