/frameworks/base/core/java/android/app/ |
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()
|
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()
|
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()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/sysui/ |
D | UserChangeListener.java | 33 default void onUserChanged(int newUserId, @NonNull Context userContext) {} in onUserChanged()
|
D | ShellInterface.java | 60 default void onUserChanged(int newUserId, @NonNull Context userContext) {} in onUserChanged()
|
D | ShellController.java | 242 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/ |
D | UserControllerTest.java | 309 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/ |
D | NotificationPresenter.java | 45 void onUserSwitched(int newUserId); in onUserSwitched()
|
/frameworks/opt/car/services/builtInServices/src/com/android/server/wm/ |
D | CarLaunchParamsModifierUpdatable.java | 56 void handleCurrentUserSwitching(@UserIdInt int newUserId); in handleCurrentUserSwitching()
|
D | CarLaunchParamsModifier.java | 94 public void handleCurrentUserSwitching(@UserIdInt int newUserId) { in handleCurrentUserSwitching()
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/ |
D | StartUserClient.java | 43 void onUserStarted(int newUserId, U newUser, int halInterfaceVersion); in onUserStarted()
|
D | UserAwareBiometricScheduler.java | 52 @NonNull StartUserClient<?, ?> getStartUserClient(int newUserId); in getStartUserClient()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
D | ColorInversionTile.java | 99 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
|
D | ColorCorrectionTile.java | 100 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
|
D | OneHandedModeTile.java | 104 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
|
D | NfcTile.java | 111 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
|
D | FlashlightTile.java | 86 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
|
D | BatterySaverTile.java | 106 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
|
D | NightDisplayTile.java | 128 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
|
D | RotationLockTile.java | 181 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
|
D | DndTile.java | 157 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/utils/leaks/ |
D | FakeSecurityController.java | 127 public void onUserSwitched(int newUserId) { in onUserSwitched()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | SecurityController.java | 52 void onUserSwitched(int newUserId); in onUserSwitched()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/user/domain/interactor/ |
D | GuestUserInteractor.kt | 142 var newUserId = UserHandle.USER_SYSTEM in <lambda>() variable
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/ |
D | OneHandedSettingsUtil.java | 83 ContentObserver observer, int newUserId) { in registerSettingsKeyObserver()
|