/aosp14/frameworks/base/core/java/android/app/ |
H A D | IUserSwitchObserver.aidl | 23 void onBeforeUserSwitching(int newUserId); in onBeforeUserSwitching() 24 void onUserSwitching(int newUserId, IRemoteCallback reply); in onUserSwitching() 25 void onUserSwitchComplete(int newUserId); in onUserSwitchComplete() 27 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()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/sysui/ |
H A D | UserChangeListener.java | 33 default void onUserChanged(int newUserId, @NonNull Context userContext) {} in onUserChanged()
|
H A D | ShellInterface.java | 60 default void onUserChanged(int newUserId, @NonNull Context userContext) {} in onUserChanged()
|
H A D | ShellController.java | 247 void onUserChanged(int newUserId, @NonNull Context userContext) { in onUserChanged() 324 public void onUserChanged(int newUserId, @NonNull Context userContext) { in onUserChanged()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | NotificationPresenter.java | 43 void onUserSwitched(int newUserId); in onUserSwitched()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/am/ |
H A D | UserControllerTest.java | 410 int newUserId = reportMsg.arg2; in testDispatchUserSwitch() local 441 int newUserId = reportMsg.arg2; in testDispatchUserSwitchBadReceiver() local 452 private void continueAndCompleteUserSwitch(UserState userState, int oldUserId, int newUserId) { in continueAndCompleteUserSwitch() 468 int newUserId = reportMsg.arg2; in testContinueUserSwitch() local 489 int newUserId = reportMsg.arg2; in testContinueUserSwitchDismissKeyguard() local 510 int newUserId = reportMsg.arg2; in testContinueUserSwitchUIDisabled() local 546 int newUserId = reportMsg.arg2; in testDispatchUserSwitchComplete() local 1041 private void addForegroundUserAndContinueUserSwitch(int newUserId, int expectedOldUserId, in addForegroundUserAndContinueUserSwitch()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/ |
H A D | StartUserClient.java | 43 void onUserStarted(int newUserId, U newUser, int halInterfaceVersion); in onUserStarted()
|
H A D | UserAwareBiometricScheduler.java | 52 @NonNull StartUserClient<?, ?> getStartUserClient(int newUserId); in getStartUserClient()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
H A D | ColorInversionTile.java | 101 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
|
H A D | ColorCorrectionTile.java | 102 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
|
H A D | OneHandedModeTile.java | 106 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
|
H A D | FlashlightTile.java | 88 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
|
H A D | NfcTile.java | 113 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
|
H A D | BatterySaverTile.java | 108 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
|
H A D | NightDisplayTile.java | 130 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
|
H A D | RotationLockTile.java | 186 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
|
H A D | DndTile.java | 160 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
|
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/utils/leaks/ |
H A D | FakeSecurityController.java | 132 public void onUserSwitched(int newUserId) { in onUserSwitched()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | SecurityController.java | 57 void onUserSwitched(int newUserId); in onUserSwitched()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/ |
H A D | AccessPointControllerImpl.java | 117 void onUserSwitched(int newUserId) { in onUserSwitched()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/user/domain/interactor/ |
H A D | GuestUserInteractor.kt | 142 var newUserId = repository.mainUserId regex
|
/aosp14/frameworks/base/services/core/java/com/android/server/display/ |
H A D | DisplayPowerControllerInterface.java | 178 void onSwitchUser(int newUserId); in onSwitchUser()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/ |
H A D | OneHandedSettingsUtil.java | 83 ContentObserver observer, int newUserId) { in registerSettingsKeyObserver()
|