Home
last modified time | relevance | path

Searched defs:newUserId (Results 1 – 25 of 35) 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.java27 public void onUserSwitching(int newUserId, IRemoteCallback reply) throws RemoteException { in onUserSwitching()
34 public void onUserSwitchComplete(int newUserId) throws RemoteException {} in onUserSwitchComplete()
40 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/services/tests/servicestests/src/com/android/server/am/
DUserControllerTest.java202 int newUserId = reportMsg.arg2; in testDispatchUserSwitch() local
232 int newUserId = reportMsg.arg2; in testDispatchUserSwitchBadReceiver() local
250 int newUserId = reportMsg.arg2; in testContinueUserSwitch() local
267 int newUserId = reportMsg.arg2; in testContinueUserSwitchUIDisabled() local
294 int newUserId = reportMsg.arg2; in testDispatchUserSwitchComplete() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
DCurrentUserTracker.java57 public abstract void onUserSwitched(int newUserId); in onUserSwitched()
114 private void notifyUserSwitched(int newUserId) { in notifyUserSwitched()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSecurityController.java40 void onUserSwitched(int newUserId); in onUserSwitched()
DDeviceProvisionedControllerImpl.java95 public void onUserSwitched(int newUserId) { in onUserSwitched()
DAccessPointControllerImpl.java74 public void onUserSwitched(int newUserId) { in onUserSwitched()
DSecurityControllerImpl.java279 public void onUserSwitched(int newUserId) { in onUserSwitched()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
DFakeSecurityController.java104 public void onUserSwitched(int newUserId) { in onUserSwitched()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DNightDisplayTile.java61 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
DColorInversionTile.java71 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
DNfcTile.java70 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
DFlashlightTile.java66 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
DCastTile.java108 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
DIntentTile.java88 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
DFullscreenUserSwitcher.java89 public void onUserSwitched(int newUserId) { in onUserSwitched()
DCarStatusBar.java336 public void userSwitched(int newUserId) { in userSwitched()
DUserGridView.java90 public void onUserSwitched(int newUserId) { in onUserSwitched()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DConfigurationMapTest.java95 private void switchUser(int newUserId) { in switchUser()
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbService.java82 public void onSwitchUser(int newUserId) { in onSwitchUser()
161 private void onSwitchUser(@UserIdInt int newUserId) { in onSwitchUser()
/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerInternal.java78 void setCurrentUser(int newUserId); in setCurrentUser()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileImpl.java230 public void userSwitch(int newUserId) { in userSwitch()
344 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
/frameworks/base/services/core/java/com/android/server/vr/
DVrManagerService.java819 private void updateOverlayStateLocked(String exemptedPackage, int newUserId, int oldUserId) { in updateOverlayStateLocked()
836 private void updateDependentAppOpsLocked(String newVrServicePackage, int newUserId, in updateDependentAppOpsLocked()
941 final int newUserId = mCurrentVrModeUser; in updateCurrentVrServiceLocked() local
/frameworks/base/services/core/java/com/android/server/policy/keyguard/
DKeyguardServiceDelegate.java376 public void setCurrentUser(int newUserId) { in setCurrentUser()

12