Searched defs:immediately (Results 1 - 1 of 1) sorted by path

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStack.java1261 // Because activity will be paused immediately after resume, just let pause
1505 // be cleared immediately.
1675 // Set home stack to invisible when it is below but not immediately below the docked stack
2128 * occurred and the activity will be notified immediately.
3797 void finishAllActivitiesLocked(boolean immediately) { argument
3804 if (r.finishing && !immediately) {
3807 Slog.d(TAG, "finishAllActivitiesLocked: finishing " + r + " immediately");
4242 // it from the list yet. Otherwise, we can just immediately put

Completed in 49 milliseconds