Home
last modified time | relevance | path

Searched refs:createNewOrFindExistingGuest (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/
H A DShadowUserHelper.java86 public UserInfo createNewOrFindExistingGuest(Context context) { in createNewOrFindExistingGuest() method in ShadowUserHelper
87 return sInstance.createNewOrFindExistingGuest(context); in createNewOrFindExistingGuest()
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/profiles/
H A DProfileHelper.java184 UserInfo guestUser = createNewOrFindExistingGuest(context); in removeThisProfileAndSwitchToGuest()
331 public UserInfo createNewOrFindExistingGuest(Context context) { in createNewOrFindExistingGuest() method in ProfileHelper
H A DProfileGridRecyclerView.java406 ProfileHelper.getInstance(mContext).createNewOrFindExistingGuest(mContext); in handleGuestSessionClicked()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/qc/
H A DProfileSwitcher.java145 UserInfo guest = createNewOrFindExistingGuest(mContext); in createGuestProfileRow()
210 private UserInfo createNewOrFindExistingGuest(Context context) { in createNewOrFindExistingGuest() method in ProfileSwitcher
/aosp12/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/profiles/
H A DProfileHelperTest.java464 UserInfo guest = mProfileHelper.createNewOrFindExistingGuest(mContext); in testCreateNewOrFindExistingGuest_ifGuestExists_returnsExistingGuest()
481 UserInfo guest = mProfileHelper.createNewOrFindExistingGuest(mContext); in testCreateNewOrFindExistingGuest_ifNoGuest_createsNewGuest()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/userswitcher/
H A DUserGridRecyclerView.java298 UserInfo guest = createNewOrFindExistingGuest(mContext); in onBindViewHolder()
460 public UserInfo createNewOrFindExistingGuest(Context context) { in createNewOrFindExistingGuest() method in UserGridRecyclerView.UserAdapter