/frameworks/base/core/java/android/app/ |
D | IUserSwitchObserver.aidl | 23 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()
|
D | UserSwitchObserver.java | 33 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()
|
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/services/core/java/com/android/server/biometrics/sensors/ |
D | UserSwitchProvider.java | 29 StartUserClient<T, U> getStartUserClient(int newUserId); in getStartUserClient()
|
D | StartUserClient.java | 43 void onUserStarted(int newUserId, U newUser, int halInterfaceVersion); in onUserStarted()
|
/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 | 61 default void onUserChanged(int newUserId, @NonNull Context userContext) {} in onUserChanged()
|
D | ShellController.java | 305 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/ |
D | NotificationPresenter.java | 38 void onUserSwitched(int newUserId); in onUserSwitched()
|
/frameworks/opt/car/services/builtInServices/src/com/android/server/wm/ |
D | CarLaunchParamsModifierUpdatable.java | 38 void handleCurrentUserSwitching(@UserIdInt int newUserId); in handleCurrentUserSwitching()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/am/ |
D | UserControllerTest.java | 431 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/ |
D | ColorInversionTile.java | 104 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
|
D | OneHandedModeTile.java | 106 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
|
D | ColorCorrectionTile.java | 106 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
|
D | FlashlightTile.java | 88 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
|
D | NfcTile.java | 114 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
|
D | BatterySaverTile.java | 108 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
|
D | NightDisplayTile.java | 130 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
|
D | RotationLockTile.java | 187 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/utils/leaks/ |
D | FakeSecurityController.java | 137 public void onUserSwitched(int newUserId) { in onUserSwitched()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | SecurityController.java | 60 void onUserSwitched(int newUserId); in onUserSwitched()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/user/domain/interactor/ |
D | GuestUserInteractor.kt | 144 var newUserId = repository.mainUserId in <lambda>() variable
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/ |
D | Sensor.java | 142 public StartUserClient<IFace, ISession> getStartUserClient(int newUserId) { in getBiometricSchedulerForInit()
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/ |
D | Sensor.java | 154 int newUserId) { in getBiometricSchedulerForInit()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/ |
D | DreamTileTest.java | 292 final int newUserId = 1337; in testHandleUserSwitch() local
|