Searched refs:newGuest (Results 1 – 2 of 2) sorted by relevance
974 UserInfo newGuest = mUserManager.createGuest(mContext, guestName); in createNewOrFindExistingGuest() local975 if (newGuest != null) { in createNewOrFindExistingGuest()976 assignDefaultIcon(newGuest); in createNewOrFindExistingGuest()977 return newGuest; in createNewOrFindExistingGuest()
468 UserInfo newGuest = mUserManager.createGuest(mContext, mNewGuestName); in switchUserOnResumeIfNecessary() local470 if (newGuest != null) { in switchUserOnResumeIfNecessary()471 switchToUser(currentUserId, newGuest.id, "Created new guest"); in switchUserOnResumeIfNecessary()