Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/
DShadowUserHelper.java86 public UserInfo createNewOrFindExistingGuest(Context context) { in createNewOrFindExistingGuest() method in ShadowUserHelper
87 return sInstance.createNewOrFindExistingGuest(context); in createNewOrFindExistingGuest()
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitSystemUI/src/com/android/systemui/car/qc/
DCarUiPortraitProfileSwitcher.java81 UserInfo guest = createNewOrFindExistingGuest(mContext); in createGuestProfileRowForCurrentProfile()
/packages/apps/Car/Settings/src/com/android/car/settings/profiles/
DProfileHelper.java186 UserInfo guestUser = createNewOrFindExistingGuest(context); in removeThisProfileAndSwitchToGuest()
347 public UserInfo createNewOrFindExistingGuest(Context context) { in createNewOrFindExistingGuest() method in ProfileHelper
DProfileGridRecyclerView.java407 ProfileHelper.getInstance(mContext).createNewOrFindExistingGuest(mContext); in handleGuestSessionClicked()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/userswitcher/
DUserGridRecyclerView.java320 UserInfo guest = createNewOrFindExistingGuest(mContext); in onBindViewHolder()
476 public UserInfo createNewOrFindExistingGuest(Context context) { in createNewOrFindExistingGuest() method in UserGridRecyclerView.UserAdapter
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/profiles/
DProfileHelperTest.java463 UserInfo guest = mProfileHelper.createNewOrFindExistingGuest(mContext); in testCreateNewOrFindExistingGuest_ifGuestExists_returnsExistingGuest()
480 UserInfo guest = mProfileHelper.createNewOrFindExistingGuest(mContext); in testCreateNewOrFindExistingGuest_ifNoGuest_createsNewGuest()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/qc/
DProfileSwitcher.java233 UserInfo guest = createNewOrFindExistingGuest(mContext); in createGuestProfileRow()
389 protected UserInfo createNewOrFindExistingGuest(Context context) { in createNewOrFindExistingGuest() method in ProfileSwitcher