Home
last modified time | relevance | path

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

123

/aosp14/frameworks/base/core/java/android/app/
H A DIUserSwitchObserver.aidl23 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 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()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/sysui/
H A DUserChangeListener.java33 default void onUserChanged(int newUserId, @NonNull Context userContext) {} in onUserChanged()
H A DShellInterface.java60 default void onUserChanged(int newUserId, @NonNull Context userContext) {} in onUserChanged()
H A DShellController.java247 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 DNotificationPresenter.java43 void onUserSwitched(int newUserId); in onUserSwitched()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DUserControllerTest.java410 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 DStartUserClient.java43 void onUserStarted(int newUserId, U newUser, int halInterfaceVersion); in onUserStarted()
H A DUserAwareBiometricScheduler.java52 @NonNull StartUserClient<?, ?> getStartUserClient(int newUserId); in getStartUserClient()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DColorInversionTile.java101 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
H A DColorCorrectionTile.java102 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
H A DOneHandedModeTile.java106 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
H A DFlashlightTile.java88 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
H A DNfcTile.java113 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
H A DBatterySaverTile.java108 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
H A DNightDisplayTile.java130 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
H A DRotationLockTile.java186 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
H A DDndTile.java160 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/utils/leaks/
H A DFakeSecurityController.java132 public void onUserSwitched(int newUserId) { in onUserSwitched()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSecurityController.java57 void onUserSwitched(int newUserId); in onUserSwitched()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/
H A DAccessPointControllerImpl.java117 void onUserSwitched(int newUserId) { in onUserSwitched()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/user/domain/interactor/
H A DGuestUserInteractor.kt142 var newUserId = repository.mainUserId regex
/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayPowerControllerInterface.java178 void onSwitchUser(int newUserId); in onSwitchUser()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
H A DOneHandedSettingsUtil.java83 ContentObserver observer, int newUserId) { in registerSettingsKeyObserver()

123