Searched refs:mUserIdForUserSwitchInProcess (Results 1 – 1 of 1) sorted by relevance
302 private int mUserIdForUserSwitchInProcess = USER_NULL; field in CarUserService515 writer.printf("User switch in process=%d\n", mUserIdForUserSwitchInProcess); in dump()1045 mUserIdForUserSwitchInProcess); in handleSwitchUser()1053 if (mUserIdForUserSwitchInProcess == targetUserId) { in handleSwitchUser()1062 mUserIdForUserSwitchInProcess, targetUserId); in handleSwitchUser()1064 mUserIdForUserSwitchInProcess = targetUserId; in handleSwitchUser()1094 mUserIdForUserSwitchInProcess = USER_NULL; in handleSwitchUser()1098 if (mUserIdForUserSwitchInProcess != targetUserId) { in handleSwitchUser()1103 mUserIdForUserSwitchInProcess); in handleSwitchUser()1107 mUserIdForUserSwitchInProcess = USER_NULL; in handleSwitchUser()[all …]