Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/users/
DCarUserTrackerImpl.java53 public void handleBeforeUserSwitching(int newUserId) { in handleBeforeUserSwitching()
63 public void handleUserSwitching(int newUserId) { in handleUserSwitching()
73 public void handleUserSwitchComplete(int newUserId) { in handleUserSwitchComplete()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/userswitcher/
DUserSwitchTransitionViewController.java135 void handleShow(@UserIdInt int newUserId) { in handleShow()
164 void handleSwitching(int newUserId) { in handleSwitching()
210 private void populateDialog(@UserIdInt int previousUserId, @UserIdInt int newUserId) { in populateDialog()
215 private void drawUserIcon(int newUserId) { in drawUserIcon()
222 private void populateLoadingText(@UserIdInt int previousUserId, @UserIdInt int newUserId) { in populateLoadingText()
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DCarUserManagerLifecycleEventFilterTest.java154 int newUserId = createUser().id; in testUserLifecycleEventFilter() local
203 private UserLifecycleEvent[] buildExpectedEvents(int initialUserId, int newUserId) { in buildExpectedEvents()
DCarUserManagerTest.java127 int newUserId = createUser("Test").id; in testLifecycleMultipleListeners() local
331 int newUserId = createUser().id; in testPersistentUserResumeToUser() local
365 int newUserId = createUser().id; in testSwitchUserUxRestrictionFailure() local
DCarUserManagerUserVisibilityEventTest.java73 int newUserId = createUser().id; in testUserVisibilityEvents() local
DCarUserManagerLifeCycleTest.java71 int newUserId = createUser().id; in testLifecycleListener() local
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarOccupantZoneServiceTest.java502 int newUserId = 200; in testAssignProfileFollowedByUserSwitch() local
573 int newUserId = 200; in testKeepVisibleUserAfterUserSwitch() local
894 final int newUserId = 200; in testActiveUserAfterUserSwitching() local
1146 final int newUserId = 200; in testManagerGetUserForOccupantAfterUserSwitch() local
1173 int newUserId = 200; in testManagerRegisterUnregister() local
/packages/apps/Settings/src/com/android/settings/inputmethod/
DAvailableVirtualKeyboardFragment.java76 final int newUserId; in onAttach() local
DNewKeyboardLayoutEnabledLocalesFragment.java70 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()
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/qc/
DProfileSwitcherTest.java404 int newUserId = 1002; in onUserPressed_secondaryUser_stopsAndStartsNewUser() local
/packages/services/Car/service/src/com/android/car/occupantconnection/
DCarRemoteDeviceService.java462 int newUserId = in handleUserChange() local
664 private void handleUserSwitchedLocked(int oldUserId, int newUserId, in handleUserSwitchedLocked()