Home
last modified time | relevance | path

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

12

/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/packages/SystemUI/src/com/android/systemui/settings/
DCurrentUserTracker.java59 public abstract void onUserSwitched(int newUserId); in onUserSwitched()
117 private void notifyUserSwitched(int newUserId) { in notifyUserSwitched()
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DUserControllerTest.java288 int newUserId = reportMsg.arg2; in testDispatchUserSwitch() local
318 int newUserId = reportMsg.arg2; in testDispatchUserSwitchBadReceiver() local
336 int newUserId = reportMsg.arg2; in testContinueUserSwitch() local
355 int newUserId = reportMsg.arg2; in testContinueUserSwitchUIDisabled() local
387 int newUserId = reportMsg.arg2; in testDispatchUserSwitchComplete() local
635 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/base/services/core/java/com/android/server/biometrics/sensors/
DStartUserClient.java40 void onUserStarted(int newUserId, U newUser); in onUserStarted()
DUserAwareBiometricScheduler.java48 @NonNull StartUserClient<?, ?> getStartUserClient(int newUserId); in getStartUserClient()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DDeviceProvisionedControllerImpl.java123 public void onUserSwitched(int newUserId) { in onUserSwitched()
DSecurityController.java52 void onUserSwitched(int newUserId); in onUserSwitched()
DAccessPointControllerImpl.java121 public void onUserSwitched(int newUserId) { in onUserSwitched()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
DFakeSecurityController.java127 public void onUserSwitched(int newUserId) { in onUserSwitched()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DNfcTile.java108 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
DFlashlightTile.java84 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
DColorInversionTile.java106 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
DBatterySaverTile.java105 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
DNightDisplayTile.java126 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
DCastTile.java131 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
DOneHandedSettingsUtil.java83 ContentObserver observer, int newUserId) { in registerSettingsKeyObserver()
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/
DUserAwareBiometricSchedulerTest.java215 public void onUserStarted(int newUserId, Object newObject) { in onUserStarted()
/frameworks/base/services/core/java/com/android/server/power/
DAttentionDetector.java431 public void onUserSwitching(int newUserId) throws RemoteException { in onUserSwitching()
/frameworks/base/services/core/java/com/android/server/vr/
DVrManagerService.java853 private void updateOverlayStateLocked(String exemptedPackage, int newUserId, int oldUserId) { in updateOverlayStateLocked()
872 private void updateDependentAppOpsLocked(String newVrServicePackage, int newUserId, in updateDependentAppOpsLocked()
977 final int newUserId = mCurrentVrModeUser; in updateCurrentVrServiceLocked() local
/frameworks/opt/car/services/src/com/android/server/wm/
DCarLaunchParamsModifier.java166 public void handleCurrentUserSwitching(int newUserId) { in handleCurrentUserSwitching()
/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerInternal.java102 void setCurrentUser(int newUserId); in setCurrentUser()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileImpl.java343 public void userSwitch(int newUserId) { in userSwitch()
494 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()

12