Searched refs:createNewOrFindExistingGuest (Results 1 – 5 of 5) sorted by relevance
86 public UserInfo createNewOrFindExistingGuest(Context context) { in createNewOrFindExistingGuest() method in ShadowUserHelper87 return sInstance.createNewOrFindExistingGuest(context); in createNewOrFindExistingGuest()
177 UserInfo guestUser = createNewOrFindExistingGuest(context); in removeThisProfileAndSwitchToGuest()315 public UserInfo createNewOrFindExistingGuest(Context context) { in createNewOrFindExistingGuest() method in ProfileHelper
403 ProfileHelper.getInstance(mContext).createNewOrFindExistingGuest(mContext); in handleGuestSessionClicked()
299 UserInfo guest = createNewOrFindExistingGuest(mContext); in onBindViewHolder()461 public UserInfo createNewOrFindExistingGuest(Context context) { in createNewOrFindExistingGuest() method in UserGridRecyclerView.UserAdapter
464 UserInfo guest = mProfileHelper.createNewOrFindExistingGuest(mContext); in testCreateNewOrFindExistingGuest_ifGuestExists_returnsExistingGuest()481 UserInfo guest = mProfileHelper.createNewOrFindExistingGuest(mContext); in testCreateNewOrFindExistingGuest_ifNoGuest_createsNewGuest()