Home
last modified time | relevance | path

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

123

/frameworks/base/core/java/android/app/
DIUserSwitchObserver.aidl23 void onUserSwitching(int newUserId, IRemoteCallback reply); in onUserSwitching()
24 void onUserSwitchComplete(int newUserId); in onUserSwitchComplete()
26 void onLockedBootComplete(int newUserId); in onLockedBootComplete()
DUserSwitchObserver.java33 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()
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/libs/WindowManager/Shell/src/com/android/wm/shell/sysui/
DUserChangeListener.java33 default void onUserChanged(int newUserId, @NonNull Context userContext) {} in onUserChanged()
DShellInterface.java60 default void onUserChanged(int newUserId, @NonNull Context userContext) {} in onUserChanged()
DShellController.java242 void onUserChanged(int newUserId, @NonNull Context userContext) { in onUserChanged()
309 public void onUserChanged(int newUserId, @NonNull Context userContext) { in onUserChanged()
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DUserControllerTest.java309 int newUserId = reportMsg.arg2; in testDispatchUserSwitch() local
339 int newUserId = reportMsg.arg2; in testDispatchUserSwitchBadReceiver() local
349 private void continueAndCompleteUserSwitch(UserState userState, int oldUserId, int newUserId) { in continueAndCompleteUserSwitch()
365 int newUserId = reportMsg.arg2; in testContinueUserSwitch() local
385 int newUserId = reportMsg.arg2; in testContinueUserSwitchDismissKeyguard() local
405 int newUserId = reportMsg.arg2; in testContinueUserSwitchUIDisabled() local
439 int newUserId = reportMsg.arg2; in testDispatchUserSwitchComplete() local
837 private void addForegroundUserAndContinueUserSwitch(int newUserId, int expectedOldUserId, in addForegroundUserAndContinueUserSwitch()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationPresenter.java45 void onUserSwitched(int newUserId); in onUserSwitched()
/frameworks/opt/car/services/builtInServices/src/com/android/server/wm/
DCarLaunchParamsModifierUpdatable.java56 void handleCurrentUserSwitching(@UserIdInt int newUserId); in handleCurrentUserSwitching()
DCarLaunchParamsModifier.java94 public void handleCurrentUserSwitching(@UserIdInt int newUserId) { in handleCurrentUserSwitching()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
DStartUserClient.java43 void onUserStarted(int newUserId, U newUser, int halInterfaceVersion); in onUserStarted()
DUserAwareBiometricScheduler.java52 @NonNull StartUserClient<?, ?> getStartUserClient(int newUserId); in getStartUserClient()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DColorInversionTile.java99 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
DColorCorrectionTile.java100 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
DOneHandedModeTile.java104 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
DNfcTile.java111 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
DFlashlightTile.java86 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
DBatterySaverTile.java106 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
DNightDisplayTile.java128 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
DRotationLockTile.java181 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
DDndTile.java157 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/utils/leaks/
DFakeSecurityController.java127 public void onUserSwitched(int newUserId) { in onUserSwitched()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSecurityController.java52 void onUserSwitched(int newUserId); in onUserSwitched()
/frameworks/base/packages/SystemUI/src/com/android/systemui/user/domain/interactor/
DGuestUserInteractor.kt142 var newUserId = UserHandle.USER_SYSTEM in <lambda>() variable
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
DOneHandedSettingsUtil.java83 ContentObserver observer, int newUserId) { in registerSettingsKeyObserver()

123