/aosp12/frameworks/base/core/java/android/app/ |
H A D | IUserSwitchObserver.aidl | 23 void onUserSwitching(int newUserId, IRemoteCallback reply); in onUserSwitching() 24 void onUserSwitchComplete(int newUserId); in onUserSwitchComplete() 26 void onLockedBootComplete(int newUserId); in onLockedBootComplete()
|
H A D | UserSwitchObserver.java | 33 public void onUserSwitching(int newUserId, IRemoteCallback reply) throws RemoteException { in onUserSwitching() 40 public void onUserSwitchComplete(int newUserId) throws RemoteException {} in onUserSwitchComplete() 46 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()
|
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/userswitcher/ |
H A D | UserSwitchTransitionViewController.java | 106 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()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/ |
H A D | CurrentUserTracker.java | 59 public abstract void onUserSwitched(int newUserId); in onUserSwitched() 117 private void notifyUserSwitched(int newUserId) { in notifyUserSwitched()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/am/ |
H A D | UserControllerTest.java | 288 int newUserId = reportMsg.arg2; in testDispatchUserSwitch() local 318 int newUserId = reportMsg.arg2; in testDispatchUserSwitchBadReceiver() local 336 int newUserId = reportMsg.arg2; in testContinueUserSwitch() local 355 int newUserId = reportMsg.arg2; in testContinueUserSwitchUIDisabled() local 387 int newUserId = reportMsg.arg2; in testDispatchUserSwitchComplete() local 635 private void addForegroundUserAndContinueUserSwitch(int newUserId, int expectedOldUserId, in addForegroundUserAndContinueUserSwitch()
|
/aosp12/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/ |
H A D | CarUserManagerTest.java | 107 int newUserId = createUser("Test").id; in testLifecycleMultipleListeners() local 263 int newUserId = createUser().id; in testPersistentUserResumeToUser() local
|
H A D | CarUserManagerLifeCycleTest.java | 91 int newUserId = createUser().id; in testLifecycleListener() local
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | NotificationPresenter.java | 45 void onUserSwitched(int newUserId); in onUserSwitched()
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/ |
H A D | StartUserClient.java | 40 void onUserStarted(int newUserId, U newUser); in onUserStarted()
|
H A D | UserAwareBiometricScheduler.java | 52 @NonNull StartUserClient<?, ?> getStartUserClient(int newUserId); in getStartUserClient()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/ |
H A D | FakeSecurityController.java | 127 public void onUserSwitched(int newUserId) { in onUserSwitched()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | SecurityController.java | 52 void onUserSwitched(int newUserId); in onUserSwitched()
|
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/ |
H A D | CarOccupantZoneServiceTest.java | 430 int newUserId = 200; in testAssignProfileFollowedByUserSwitch() local 643 final int newUserId = 200; in testActiveUserAfterUserSwitching() local 885 final int newUserId = 200; in testManagerGetUserForOccupantAfterUserSwitch() local
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
H A D | ColorInversionTile.java | 105 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
|
H A D | NfcTile.java | 108 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
|
H A D | FlashlightTile.java | 84 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
|
H A D | BatterySaverTile.java | 105 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
|
H A D | NightDisplayTile.java | 126 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/ |
H A D | OneHandedSettingsUtil.java | 83 ContentObserver observer, int newUserId) { in registerSettingsKeyObserver()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/ |
H A D | UserAwareBiometricSchedulerTest.java | 218 public void onUserStarted(int newUserId, Object newObject) { in onUserStarted()
|
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
H A D | ConfigurationMapTest.java | 133 private void switchUser(int newUserId) { in switchUser()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/ |
H A D | AccessPointControllerImpl.java | 130 void onUserSwitched(int newUserId) { in onUserSwitched()
|
/aosp12/frameworks/base/services/core/java/com/android/server/power/ |
H A D | AttentionDetector.java | 431 public void onUserSwitching(int newUserId) throws RemoteException { in onUserSwitching()
|
/aosp12/frameworks/base/services/core/java/com/android/server/vr/ |
H A D | VrManagerService.java | 853 private void updateOverlayStateLocked(String exemptedPackage, int newUserId, int oldUserId) { in updateOverlayStateLocked() 872 private void updateDependentAppOpsLocked(String newVrServicePackage, int newUserId, in updateDependentAppOpsLocked() 977 final int newUserId = mCurrentVrModeUser; in updateCurrentVrServiceLocked() local
|