Searched refs:mUserLeaving (Results 1 – 2 of 2) sorted by relevance
228 boolean mUserLeaving = false; field in ActivityStackSupervisor1674 mUserLeaving = (launchFlags & Intent.FLAG_ACTIVITY_NO_USER_ACTION) == 0; in startActivityUncheckedLocked()1675 if (DEBUG_USER_LEAVING) Slog.v(TAG, "startActivity() => mUserLeaving=" + mUserLeaving); in startActivityUncheckedLocked()2515 mUserLeaving = true; in findTaskToMoveToFrontLocked()
1485 final boolean userLeaving = mStackSupervisor.mUserLeaving; in resumeTopActivityInnerLocked()1486 mStackSupervisor.mUserLeaving = false; in resumeTopActivityInnerLocked()1987 mStackSupervisor.mUserLeaving = false; in startActivityLocked()