Searched refs:oldUss (Results 1 – 1 of 1) sorted by relevance
19196 UserStartedState oldUss = mStartedUsers.get(oldUserId); in stopGuestUserIfBackground() local19198 || oldUss.mState == UserStartedState.STATE_STOPPING in stopGuestUserIfBackground()19199 || oldUss.mState == UserStartedState.STATE_SHUTDOWN) { in stopGuestUserIfBackground()19267 UserStartedState oldUss = mStartedUsers.get(oldUserId); in finishUserSwitch() local19268 if (oldUss == null) { in finishUserSwitch()19274 if (oldUss.mState == UserStartedState.STATE_STOPPING in finishUserSwitch()19275 || oldUss.mState == UserStartedState.STATE_SHUTDOWN) { in finishUserSwitch()