Searched refs:createNewOrFindExistingGuest (Results 1 – 6 of 6) sorted by relevance
86 public UserInfo createNewOrFindExistingGuest(Context context) { in createNewOrFindExistingGuest() method in ShadowUserHelper87 return sInstance.createNewOrFindExistingGuest(context); in createNewOrFindExistingGuest()
184 UserInfo guestUser = createNewOrFindExistingGuest(context); in removeThisProfileAndSwitchToGuest()331 public UserInfo createNewOrFindExistingGuest(Context context) { in createNewOrFindExistingGuest() method in ProfileHelper
406 ProfileHelper.getInstance(mContext).createNewOrFindExistingGuest(mContext); in handleGuestSessionClicked()
145 UserInfo guest = createNewOrFindExistingGuest(mContext); in createGuestProfileRow()210 private UserInfo createNewOrFindExistingGuest(Context context) { in createNewOrFindExistingGuest() method in ProfileSwitcher
464 UserInfo guest = mProfileHelper.createNewOrFindExistingGuest(mContext); in testCreateNewOrFindExistingGuest_ifGuestExists_returnsExistingGuest()481 UserInfo guest = mProfileHelper.createNewOrFindExistingGuest(mContext); in testCreateNewOrFindExistingGuest_ifNoGuest_createsNewGuest()
298 UserInfo guest = createNewOrFindExistingGuest(mContext); in onBindViewHolder()460 public UserInfo createNewOrFindExistingGuest(Context context) { in createNewOrFindExistingGuest() method in UserGridRecyclerView.UserAdapter