Home
last modified time | relevance | path

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

123456789

/aosp_15_r20/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()
/aosp_15_r20/frameworks/base/core/java/android/app/
H A DIUserSwitchObserver.aidl23 void onBeforeUserSwitching(int newUserId); in onBeforeUserSwitching()
24 oneway void onUserSwitching(int newUserId, IRemoteCallback reply); in onUserSwitching()
25 oneway void onUserSwitchComplete(int newUserId); in onUserSwitchComplete()
27 oneway void onLockedBootComplete(int newUserId); in onLockedBootComplete()
H A DUserSwitchObserver.java33 public void onBeforeUserSwitching(int newUserId) throws RemoteException {} in onBeforeUserSwitching()
36 public void onUserSwitching(int newUserId, IRemoteCallback reply) throws RemoteException { in onUserSwitching()
43 public void onUserSwitchComplete(int newUserId) throws RemoteException {} in onUserSwitchComplete()
49 public void onLockedBootComplete(int newUserId) throws RemoteException {} in onLockedBootComplete()
H A DSynchronousUserSwitchObserver.java34 public final void onUserSwitching(int newUserId, IRemoteCallback reply) throws RemoteException { in onUserSwitching()
47 public abstract void onUserSwitching(int newUserId) throws RemoteException; in onUserSwitching()
/aosp_15_r20/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()
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DUserControllerTest.java437 int newUserId = reportMsg.arg2; in testDispatchUserSwitch() local
468 int newUserId = reportMsg.arg2; in testDispatchUserSwitchBadReceiver() local
478 private void continueAndCompleteUserSwitch(UserState userState, int oldUserId, int newUserId) { in continueAndCompleteUserSwitch()
495 int newUserId = reportMsg.arg2; in testContinueUserSwitch() local
517 int newUserId = reportMsg.arg2; in testContinueUserSwitchDismissKeyguard() local
539 int newUserId = reportMsg.arg2; in testContinueUserSwitchUIDisabled() local
578 int newUserId = reportMsg.arg2; in testDispatchUserSwitchComplete() local
1654 private void addForegroundUserAndContinueUserSwitch(int newUserId, int expectedOldUserId, in addForegroundUserAndContinueUserSwitch()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/settings/
DUserTrackerImpl.java223 protected void handleBeforeUserSwitching(int newUserId) { in handleBeforeUserSwitching()
227 protected void handleUserSwitching(int newUserId) { in handleUserSwitching()
232 …protected java.lang.Object handleUserSwitchingCoroutines(int newUserId, @org.jetbrains.annotations… in handleUserSwitchingCoroutines()
239 protected void handleUserSwitchComplete(int newUserId) { in handleUserSwitchComplete()
/aosp_15_r20/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DCarUserManagerTest.java129 int newUserId = createUser("Test").id; in testLifecycleMultipleListeners() local
335 int newUserId = createUser().id; in testPersistentUserResumeToUser() local
369 int newUserId = createUser().id; in testSwitchUserUxRestrictionFailure() local
DCarUserManagerLifecycleEventFilterTest.java154 int newUserId = createUser().id; in testUserLifecycleEventFilter() local
203 private UserLifecycleEvent[] buildExpectedEvents(int initialUserId, int newUserId) { in buildExpectedEvents()
DCarUserManagerUserVisibilityEventTest.java73 int newUserId = createUser().id; in testUserVisibilityEvents() local
/aosp_15_r20/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
/aosp_15_r20/cts/hostsidetests/packagemanager/multiuser/src/com/android/tests/packagemanager/multiuser/host/
H A DUninstallExistingPackageTest.java52 int newUserId = createUser(); in testUninstallExistingPackage_succeedsIfInstalledInAnotherUser() local
72 int newUserId = createUser(); in testUninstallExistingPackage_failsIfInstalledInOnlyOneUser() local
H A DPackageManagerMultiUserTest.java43 int newUserId = createUser(); in testGetInstalledModules() local
/aosp_15_r20/cts/hostsidetests/media/src/android/media/session/cts/
H A DMediaSessionManagerHostTest.java308 int newUserId = createAndStartUser(); in testIsTrusted_withEnabledNotificationListener_returnsTrue() local
324 int newUserId = createAndStartUser(); in testIsTrusted_withoutEnabledNotificationListener_returnsFalse() local
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/sysui/
H A DShellController.java290 void onUserChanged(int newUserId, @NonNull Context userContext) { in onUserChanged()
382 public void onUserChanged(int newUserId, @NonNull Context userContext) { in onUserChanged()
H A DUserChangeListener.java33 default void onUserChanged(int newUserId, @NonNull Context userContext) {} in onUserChanged()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/user/domain/interactor/
H A DGuestUserInteractor.kt144 var newUserId = repository.mainUserId in <lambda>() variable
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/vr/
H A DVrManagerService.java858 private void updateOverlayStateLocked(String exemptedPackage, int newUserId, int oldUserId) { in updateOverlayStateLocked()
877 private void updateDependentAppOpsLocked(String newVrServicePackage, int newUserId, in updateDependentAppOpsLocked()
982 final int newUserId = mCurrentVrModeUser; in updateCurrentVrServiceLocked() local
/aosp_15_r20/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
H A DDeviceOwnerTest.java313 int newUserId = newUsers.get(0); in testCreateAndManageUser_Ephemeral() local
1151 int newUserId = newUsers.get(0); in assertNewUserStopped() local
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
H A DUserSwitchProvider.java29 StartUserClient<T, U> getStartUserClient(int newUserId); in getStartUserClient()
H A DStartUserClient.java43 void onUserStarted(int newUserId, U newUser, int halInterfaceVersion); in onUserStarted()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationPresenter.java38 void onUserSwitched(int newUserId); in onUserSwitched()
/aosp_15_r20/cts/hostsidetests/car/src/android/car/cts/
H A DUiModeHostTest.java43 int newUserId = createFullUser("UiModeHostTest"); in testUserSwitchingConfigConsistency() local
/aosp_15_r20/frameworks/opt/car/services/builtInServices/src/com/android/server/wm/
DCarLaunchParamsModifierUpdatable.java38 void handleCurrentUserSwitching(@UserIdInt int newUserId); in handleCurrentUserSwitching()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
H A DQSTileImpl.java354 public void userSwitch(int newUserId) { in userSwitch()
461 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()

123456789