Home | History | Annotate | Download | only in am

Lines Matching refs:needSep

2401             boolean needSep, String prefix) {
2404 if (needSep) {
2418 boolean needSep = false;
2426 printed |= stack.dumpActivitiesLocked(fd, pw, dumpAll, dumpClient, dumpPackage, needSep,
2431 needSep = printed;
2432 boolean pr = printThisActivity(pw, stack.mPausingActivity, dumpPackage, needSep,
2436 needSep = false;
2438 pr = printThisActivity(pw, stack.mResumedActivity, dumpPackage, needSep,
2442 needSep = false;
2445 pr = printThisActivity(pw, stack.mLastPausedActivity, dumpPackage, needSep,
2449 needSep = true;
2452 needSep, " mLastNoHistoryActivity: ");
2454 needSep = printed;