| /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 | 27 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()
|
| 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/tests/servicestests/src/com/android/server/am/ |
| D | UserControllerTest.java | 202 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/ |
| D | CurrentUserTracker.java | 57 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/car/ |
| D | FullscreenUserSwitcher.java | 44 public void onUserSwitched(int newUserId) { in onUserSwitched()
|
| D | UserGridView.java | 97 public void onUserSwitched(int newUserId) { in onUserSwitched()
|
| D | CarStatusBar.java | 266 public void userSwitched(int newUserId) { in userSwitched()
|
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/ |
| D | FakeSecurityController.java | 104 public void onUserSwitched(int newUserId) { in onUserSwitched()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
| D | SecurityController.java | 40 void onUserSwitched(int newUserId); in onUserSwitched()
|
| D | DeviceProvisionedControllerImpl.java | 95 public void onUserSwitched(int newUserId) { in onUserSwitched()
|
| D | AccessPointControllerImpl.java | 74 public void onUserSwitched(int newUserId) { in onUserSwitched()
|
| D | SecurityControllerImpl.java | 273 public void onUserSwitched(int newUserId) { in onUserSwitched()
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
| D | NightDisplayTile.java | 61 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
|
| D | ColorInversionTile.java | 75 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
|
| D | NfcTile.java | 77 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
|
| D | FlashlightTile.java | 72 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
|
| D | IntentTile.java | 88 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
|
| D | CastTile.java | 106 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
|
| /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
| D | ConfigurationMapTest.java | 92 public void switchUser(int newUserId) { in switchUser()
|
| /frameworks/base/services/usb/java/com/android/server/usb/ |
| D | UsbService.java | 82 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/ |
| D | StatusBarManagerInternal.java | 78 void setCurrentUser(int newUserId); in setCurrentUser()
|
| /frameworks/base/services/core/java/com/android/server/vr/ |
| D | VrManagerService.java | 637 private void updateOverlayStateLocked(String exemptedPackage, int newUserId, int oldUserId) { in updateOverlayStateLocked() 654 private void updateDependentAppOpsLocked(String newVrServicePackage, int newUserId, in updateDependentAppOpsLocked() 752 final int newUserId = mCurrentVrModeUser; in updateCurrentVrServiceLocked() local
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/ |
| D | QSTileImpl.java | 202 public void userSwitch(int newUserId) { in userSwitch() 313 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
|
| /frameworks/base/services/core/java/com/android/server/policy/keyguard/ |
| D | KeyguardServiceDelegate.java | 349 public void setCurrentUser(int newUserId) { in setCurrentUser()
|