Home
last modified time | relevance | path

Searched defs:newUserId (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Car/SystemUI/src/com/android/systemui/car/userswitcher/
DUserSwitchTransitionViewController.java106 void handleShow(@UserIdInt int newUserId) { in handleShow()
144 private void populateDialog(@UserIdInt int previousUserId, @UserIdInt int newUserId) { in populateDialog()
149 private void drawUserIcon(int newUserId) { in drawUserIcon()
158 private void populateLoadingText(@UserIdInt int previousUserId, @UserIdInt int newUserId) { in populateLoadingText()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/
DCarDeviceProvisionedControllerImpl.java103 public void onUserSwitched(int newUserId) { in onUserSwitched()
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DCarUserManagerLifeCycleTest.java91 int newUserId = createUser().id; in testLifecycleListener() local
DCarUserManagerTest.java184 int newUserId = createUser().id; in testPersistentUserResumeToUser() local
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarOccupantZoneServiceTest.java430 int newUserId = 200; in testAssignProfileFollowedByUserSwitch() local
643 final int newUserId = 200; in testActiveUserAfterUserSwitching() local
885 final int newUserId = 200; in testManagerGetUserForOccupantAfterUserSwitch() local
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DConfigurationMapTest.java133 private void switchUser(int newUserId) { in switchUser()