Searched refs:mUserLeaving (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/java/com/android/server/am/
H A DActivityStackSupervisor.java186 boolean mUserLeaving = false; field in class:ActivityStackSupervisor
1355 mUserLeaving = (launchFlags&Intent.FLAG_ACTIVITY_NO_USER_ACTION) == 0;
1356 if (DEBUG_USER_LEAVING) Slog.v(TAG, "startActivity() => mUserLeaving=" + mUserLeaving);
H A DActivityStack.java1259 final boolean userLeaving = mStackSupervisor.mUserLeaving;
1260 mStackSupervisor.mUserLeaving = false;
1732 mStackSupervisor.mUserLeaving = false;
1734 "startActivity() behind front, mUserLeaving=false");
3012 mStackSupervisor.mUserLeaving = true;

Completed in 103 milliseconds