Home
last modified time | relevance | path

Searched defs:guestUserId (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
H A DCarUserManagerTest.java182 int guestUserId = guestUser.id; in testGuestUserResumeToNewGuestUser() local
230 int guestUserId = guestUser.id; in testSecuredGuestUserResumeToSameUser() local
/aosp12/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/qc/
H A DProfileSwitcherTest.java185 int guestUserId = 1001; in onGuestPressed_createsAndSwitches() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DUserSwitcherController.java720 public void removeGuestUser(@UserIdInt int guestUserId, @UserIdInt int targetUserId) { in removeGuestUser()