Home
last modified time | relevance | path

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

123

/frameworks/base/core/java/android/app/
DIUserSwitchObserver.aidl23 void onBeforeUserSwitching(int newUserId, IRemoteCallback reply); 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()
DUserSwitchObserver.java33 public void onBeforeUserSwitching(int newUserId, IRemoteCallback reply) throws RemoteException { in onBeforeUserSwitching()
40 public void onUserSwitching(int newUserId, IRemoteCallback reply) throws RemoteException { in onUserSwitching()
47 public void onUserSwitchComplete(int newUserId) throws RemoteException {} in onUserSwitchComplete()
53 public void onLockedBootComplete(int newUserId) throws RemoteException {} in onLockedBootComplete()
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()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
DUserSwitchProvider.java29 StartUserClient<T, U> getStartUserClient(int newUserId); in getStartUserClient()
DStartUserClient.java43 void onUserStarted(int newUserId, U newUser, int halInterfaceVersion); in onUserStarted()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/sysui/
DUserChangeListener.java33 default void onUserChanged(int newUserId, @NonNull Context userContext) {} in onUserChanged()
DShellInterface.java61 default void onUserChanged(int newUserId, @NonNull Context userContext) {} in onUserChanged()
DShellController.java305 void onUserChanged(int newUserId, @NonNull Context userContext) { in onUserChanged()
397 public void onUserChanged(int newUserId, @NonNull Context userContext) { in onUserChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationPresenter.java38 void onUserSwitched(int newUserId); in onUserSwitched()
/frameworks/opt/car/services/builtInServices/src/com/android/server/wm/
DCarLaunchParamsModifierUpdatable.java38 void handleCurrentUserSwitching(@UserIdInt int newUserId); in handleCurrentUserSwitching()
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DUserControllerTest.java431 int newUserId = reportMsg.arg2; in testDispatchUserSwitch() local
462 int newUserId = reportMsg.arg2; in testDispatchUserSwitchBadReceiver() local
472 private void continueAndCompleteUserSwitch(UserState userState, int oldUserId, int newUserId) { in continueAndCompleteUserSwitch()
489 int newUserId = reportMsg.arg2; in testContinueUserSwitch() local
510 int newUserId = reportMsg.arg2; in testContinueUserSwitchUIDisabled() local
548 int newUserId = reportMsg.arg2; in testDispatchUserSwitchComplete() local
1624 private void addForegroundUserAndContinueUserSwitch(int newUserId, int expectedOldUserId, in addForegroundUserAndContinueUserSwitch()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DColorInversionTile.java104 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
DOneHandedModeTile.java106 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
DColorCorrectionTile.java106 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
DFlashlightTile.java88 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
DNfcTile.java114 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
DBatterySaverTile.java108 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
DNightDisplayTile.java130 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
DRotationLockTile.java187 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/utils/leaks/
DFakeSecurityController.java137 public void onUserSwitched(int newUserId) { in onUserSwitched()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSecurityController.java60 void onUserSwitched(int newUserId); in onUserSwitched()
/frameworks/base/packages/SystemUI/src/com/android/systemui/user/domain/interactor/
DGuestUserInteractor.kt144 var newUserId = repository.mainUserId in <lambda>() variable
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
DSensor.java142 public StartUserClient<IFace, ISession> getStartUserClient(int newUserId) { in getBiometricSchedulerForInit()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
DSensor.java154 int newUserId) { in getBiometricSchedulerForInit()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/
DDreamTileTest.java292 final int newUserId = 1337; in testHandleUserSwitch() local

123