Home
last modified time | relevance | path

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

/aosp_15_r20/platform_testing/tests/automotive/functional/multiuser/src/android/platform/tests/
H A DSwitchUserQuickSettings.java63 mUsersHelper.get().switchUsingUserIcon(GUEST); in testSwitchUser()
68 mUsersHelper.get().switchUsingUserIcon(DRIVER); in testSwitchUser()
H A DDeleteGuestSelfNotAllowed.java66 mUsersHelper.get().switchUsingUserIcon(GUEST); in testDeleteGuestNotAllowed()
82 mUsersHelper.get().switchUsingUserIcon(DRIVER); in testDeleteGuestNotAllowed()
H A DSwitchToGuestFromNonAdmin.java73 mUsersHelper.get().switchUsingUserIcon(GUEST); in testSwitchToGuest()
/aosp_15_r20/platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/
H A DIAutoUserHelper.java74 void switchUsingUserIcon(String user); in switchUsingUserIcon() method
/aosp_15_r20/platform_testing/tests/automotive/functional/profileicon/src/android/platform/tests/
H A DProfileIconTest.java55 mUsersHelper.get().switchUsingUserIcon(GUEST); in testToVerifyGuestProfile()
/aosp_15_r20/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
H A DSettingUserHelperImpl.java187 public void switchUsingUserIcon(String userNameConfigKey) { in switchUsingUserIcon() method in SettingUserHelperImpl