/aosp_15_r20/packages/apps/Car/SystemUI/src/com/android/systemui/car/userswitcher/ |
D | UserSwitchTransitionViewController.java | 135 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 D | IUserSwitchObserver.aidl | 23 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 D | UserSwitchObserver.java | 33 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 D | SynchronousUserSwitchObserver.java | 34 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/ |
D | CarUserTrackerImpl.java | 53 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 D | UserControllerTest.java | 437 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/ |
D | UserTrackerImpl.java | 223 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/ |
D | CarUserManagerTest.java | 129 int newUserId = createUser("Test").id; in testLifecycleMultipleListeners() local 335 int newUserId = createUser().id; in testPersistentUserResumeToUser() local 369 int newUserId = createUser().id; in testSwitchUserUxRestrictionFailure() local
|
D | CarUserManagerLifecycleEventFilterTest.java | 154 int newUserId = createUser().id; in testUserLifecycleEventFilter() local 203 private UserLifecycleEvent[] buildExpectedEvents(int initialUserId, int newUserId) { in buildExpectedEvents()
|
D | CarUserManagerUserVisibilityEventTest.java | 73 int newUserId = createUser().id; in testUserVisibilityEvents() local
|
/aosp_15_r20/packages/services/Car/tests/carservice_unit_test/src/com/android/car/ |
D | CarOccupantZoneServiceTest.java | 502 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 D | UninstallExistingPackageTest.java | 52 int newUserId = createUser(); in testUninstallExistingPackage_succeedsIfInstalledInAnotherUser() local 72 int newUserId = createUser(); in testUninstallExistingPackage_failsIfInstalledInOnlyOneUser() local
|
H A D | PackageManagerMultiUserTest.java | 43 int newUserId = createUser(); in testGetInstalledModules() local
|
/aosp_15_r20/cts/hostsidetests/media/src/android/media/session/cts/ |
H A D | MediaSessionManagerHostTest.java | 308 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 D | ShellController.java | 290 void onUserChanged(int newUserId, @NonNull Context userContext) { in onUserChanged() 382 public void onUserChanged(int newUserId, @NonNull Context userContext) { in onUserChanged()
|
H A D | UserChangeListener.java | 33 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 D | GuestUserInteractor.kt | 144 var newUserId = repository.mainUserId in <lambda>() variable
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/vr/ |
H A D | VrManagerService.java | 858 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 D | DeviceOwnerTest.java | 313 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 D | UserSwitchProvider.java | 29 StartUserClient<T, U> getStartUserClient(int newUserId); in getStartUserClient()
|
H A D | StartUserClient.java | 43 void onUserStarted(int newUserId, U newUser, int halInterfaceVersion); in onUserStarted()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | NotificationPresenter.java | 38 void onUserSwitched(int newUserId); in onUserSwitched()
|
/aosp_15_r20/cts/hostsidetests/car/src/android/car/cts/ |
H A D | UiModeHostTest.java | 43 int newUserId = createFullUser("UiModeHostTest"); in testUserSwitchingConfigConsistency() local
|
/aosp_15_r20/frameworks/opt/car/services/builtInServices/src/com/android/server/wm/ |
D | CarLaunchParamsModifierUpdatable.java | 38 void handleCurrentUserSwitching(@UserIdInt int newUserId); in handleCurrentUserSwitching()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/ |
H A D | QSTileImpl.java | 354 public void userSwitch(int newUserId) { in userSwitch() 461 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
|