Searched refs:oldUss (Results 1 – 1 of 1) sorted by relevance
20105 UserState oldUss = mStartedUsers.get(oldUserId); in stopGuestUserIfBackground() local20107 || oldUss.mState == UserState.STATE_STOPPING in stopGuestUserIfBackground()20108 || oldUss.mState == UserState.STATE_SHUTDOWN) { in stopGuestUserIfBackground()20177 UserState oldUss = mStartedUsers.get(oldUserId); in finishUserSwitch() local20178 if (oldUss == null) { in finishUserSwitch()20184 if (oldUss.mState == UserState.STATE_STOPPING in finishUserSwitch()20185 || oldUss.mState == UserState.STATE_SHUTDOWN) { in finishUserSwitch()