Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/userswitcher/
DUserSwitchTransitionViewController.java109 void handleShow(@UserIdInt int newUserId) { in handleShow()
147 private void populateDialog(@UserIdInt int previousUserId, @UserIdInt int newUserId) { in populateDialog()
152 private void drawUserIcon(int newUserId) { in drawUserIcon()
159 private void populateLoadingText(@UserIdInt int previousUserId, @UserIdInt int newUserId) { in populateLoadingText()
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DCarUserManagerTest.java141 int newUserId = UserHandle.USER_NULL; in testLifecycleUserCreatedListener_supportedVersion() local
179 int newUserId = UserHandle.USER_NULL; in testLifecycleUserCreatedListener_unsupportedVersion() local
205 int newUserId = createUser("TestUserToRemove").id; in testLifecycleUserRemovedListener_supportedVersion() local
244 int newUserId = createUser("TestUserToRemove").id; in testLifecycleUserRemovedListener_unsupportedVersion() local
273 int newUserId = createUser("Test").id; in testLifecycleMultipleListeners() local
476 int newUserId = createUser().id; in testPersistentUserResumeToUser() local
DCarUserManagerLifecycleEventFilterTest.java122 int newUserId = createUser().id; in testUserLifecycleEventFilter() local
166 private UserLifecycleEvent[] buildExpectedEvents(int initialUserId, int newUserId) { in buildExpectedEvents()
DCarUserManagerLifeCycleTest.java91 int newUserId = createUser().id; in testLifecycleListener() local
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarOccupantZoneServiceTest.java433 int newUserId = 200; in testAssignProfileFollowedByUserSwitch() local
646 final int newUserId = 200; in testActiveUserAfterUserSwitching() local
888 final int newUserId = 200; in testManagerGetUserForOccupantAfterUserSwitch() local
/packages/apps/Settings/src/com/android/settings/inputmethod/
DAvailableVirtualKeyboardFragment.java73 final int newUserId; in onAttach() local
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DConfigurationMapTest.java147 private void switchUser(int newUserId) { in switchUser()