Home
last modified time | relevance | path

Searched refs:prevCurrentUser (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Car/SystemUI/src/com/android/systemui/car/userpicker/
DUserEventManager.java319 boolean startUserForDisplay(@UserIdInt int prevCurrentUser, @UserIdInt int userId, in startUserForDisplay() argument
325 + " prevCurrentUser=" + prevCurrentUser + " isFgUserStart=" + isFgUserStart); in startUserForDisplay()
338 mUserPickerSharedState.addStoppingUserId(prevCurrentUser); in startUserForDisplay()
347 Slog.i(TAG, "Successful switchUser from " + prevCurrentUser + " to " + userId in startUserForDisplay()
351 Slog.w(TAG, "Failed to switchUser from " + prevCurrentUser + " to " + userId in startUserForDisplay()
354 Slog.e(TAG, "Exception during switchUser from " + prevCurrentUser + " to " in startUserForDisplay()