Home
last modified time | relevance | path

Searched defs:newUserId (Results 1 – 25 of 44) 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/CarSystemUI/src/com/android/systemui/car/userswitcher/
DUserSwitchTransitionViewController.java99 void handleShow(@UserIdInt int newUserId) { in handleShow()
132 private void populateDialog(@UserIdInt int previousUserId, @UserIdInt int newUserId) { in populateDialog()
137 private void drawUserIcon(int newUserId) { in drawUserIcon()
146 private void populateLoadingText(@UserIdInt int previousUserId, @UserIdInt int newUserId) { in populateLoadingText()
/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.java281 int newUserId = reportMsg.arg2; in testDispatchUserSwitch() local
311 int newUserId = reportMsg.arg2; in testDispatchUserSwitchBadReceiver() local
329 int newUserId = reportMsg.arg2; in testContinueUserSwitch() local
348 int newUserId = reportMsg.arg2; in testContinueUserSwitchUIDisabled() local
380 int newUserId = reportMsg.arg2; in testDispatchUserSwitchComplete() local
572 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/packages/CarSystemUI/src/com/android/systemui/car/
DCarDeviceProvisionedControllerImpl.java101 public void onUserSwitched(int newUserId) { in onUserSwitched()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DColorInversionTile.java74 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
DNfcTile.java76 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
DFlashlightTile.java61 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
DBatterySaverTile.java75 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
DNightDisplayTile.java102 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
DCastTile.java108 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSecurityController.java42 void onUserSwitched(int newUserId); in onUserSwitched()
DDeviceProvisionedControllerImpl.java121 public void onUserSwitched(int newUserId) { in onUserSwitched()
DAccessPointControllerImpl.java72 public void onUserSwitched(int newUserId) { in onUserSwitched()
DSecurityControllerImpl.java295 public void onUserSwitched(int newUserId) { in onUserSwitched()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
DFakeSecurityController.java109 public void onUserSwitched(int newUserId) { in onUserSwitched()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DConfigurationMapTest.java99 private void switchUser(int newUserId) { in switchUser()
/frameworks/opt/car/services/src/com/android/server/wm/
DCarLaunchParamsModifier.java163 public void handleCurrentUserSwitching(int newUserId) { in handleCurrentUserSwitching()
/frameworks/base/services/core/java/com/android/server/power/
DAttentionDetector.java389 public void onUserSwitching(int newUserId) throws RemoteException { in onUserSwitching()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileImpl.java306 public void userSwitch(int newUserId) { in userSwitch()
430 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
/frameworks/base/services/core/java/com/android/server/vr/
DVrManagerService.java851 private void updateOverlayStateLocked(String exemptedPackage, int newUserId, int oldUserId) { in updateOverlayStateLocked()
868 private void updateDependentAppOpsLocked(String newVrServicePackage, int newUserId, in updateDependentAppOpsLocked()
973 final int newUserId = mCurrentVrModeUser; in updateCurrentVrServiceLocked() local
/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerInternal.java90 void setCurrentUser(int newUserId); in setCurrentUser()

12