Searched refs:createNewOrFindExistingGuest (Results 1 – 7 of 7) sorted by relevance
86 public UserInfo createNewOrFindExistingGuest(Context context) { in createNewOrFindExistingGuest() method in ShadowUserHelper87 return sInstance.createNewOrFindExistingGuest(context); in createNewOrFindExistingGuest()
81 UserInfo guest = createNewOrFindExistingGuest(mContext); in createGuestProfileRowForCurrentProfile()
186 UserInfo guestUser = createNewOrFindExistingGuest(context); in removeThisProfileAndSwitchToGuest()347 public UserInfo createNewOrFindExistingGuest(Context context) { in createNewOrFindExistingGuest() method in ProfileHelper
407 ProfileHelper.getInstance(mContext).createNewOrFindExistingGuest(mContext); in handleGuestSessionClicked()
320 UserInfo guest = createNewOrFindExistingGuest(mContext); in onBindViewHolder()476 public UserInfo createNewOrFindExistingGuest(Context context) { in createNewOrFindExistingGuest() method in UserGridRecyclerView.UserAdapter
463 UserInfo guest = mProfileHelper.createNewOrFindExistingGuest(mContext); in testCreateNewOrFindExistingGuest_ifGuestExists_returnsExistingGuest()480 UserInfo guest = mProfileHelper.createNewOrFindExistingGuest(mContext); in testCreateNewOrFindExistingGuest_ifNoGuest_createsNewGuest()
233 UserInfo guest = createNewOrFindExistingGuest(mContext); in createGuestProfileRow()389 protected UserInfo createNewOrFindExistingGuest(Context context) { in createNewOrFindExistingGuest() method in ProfileSwitcher