Searched refs:mUserIdForUserSwitchInProcess (Results 1 – 1 of 1) sorted by relevance
292 private int mUserIdForUserSwitchInProcess = USER_NULL; field in CarUserService496 writer.printf("User switch in process=%d\n", mUserIdForUserSwitchInProcess); in dump()1002 mUserIdForUserSwitchInProcess); in handleSwitchUser()1010 if (mUserIdForUserSwitchInProcess == targetUserId) { in handleSwitchUser()1019 mUserIdForUserSwitchInProcess, targetUserId); in handleSwitchUser()1021 mUserIdForUserSwitchInProcess = targetUserId; in handleSwitchUser()1046 mUserIdForUserSwitchInProcess = USER_NULL; in handleSwitchUser()1050 if (mUserIdForUserSwitchInProcess != targetUserId) { in handleSwitchUser()1055 mUserIdForUserSwitchInProcess); in handleSwitchUser()1059 mUserIdForUserSwitchInProcess = USER_NULL; in handleSwitchUser()[all …]