Searched refs:mUserIdForUserSwitchInProcess (Results 1 – 1 of 1) sorted by relevance
286 private int mUserIdForUserSwitchInProcess = USER_NULL; field in CarUserService475 writer.printf("User switch in process=%d\n", mUserIdForUserSwitchInProcess); in dump()989 mUserIdForUserSwitchInProcess); in handleSwitchUser()997 if (mUserIdForUserSwitchInProcess == targetUserId) { in handleSwitchUser()1006 mUserIdForUserSwitchInProcess, targetUserId); in handleSwitchUser()1008 mUserIdForUserSwitchInProcess = targetUserId; in handleSwitchUser()1033 mUserIdForUserSwitchInProcess = USER_NULL; in handleSwitchUser()1037 if (mUserIdForUserSwitchInProcess != targetUserId) { in handleSwitchUser()1042 mUserIdForUserSwitchInProcess); in handleSwitchUser()1046 mUserIdForUserSwitchInProcess = USER_NULL; in handleSwitchUser()[all …]