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

/frameworks/base/services/java/com/android/server/am/
H A DUserStartedState.java40 public boolean switching; field in class:UserStartedState
56 if (switching) pw.print(" SWITCHING");
H A DActivityManagerService.java459 * Registered observers of the user switching mechanics.
12766 // a good experience around switching between two apps.
14153 // If the user we are switching to is not currently started, then
14311 uss.switching = true;
14361 uss.switching = false;
14367 if (!uss.switching && !uss.initializing) {

Completed in 93 milliseconds