/frameworks/base/core/java/android/app/ |
D | UserSwitchObserver.java | 28 public void onUserSwitching(int newUserId, IRemoteCallback reply) throws RemoteException { in onUserSwitching() 35 public void onUserSwitchComplete(int newUserId) throws RemoteException {} in onUserSwitchComplete() 41 public void onLockedBootComplete(int newUserId) throws RemoteException {} in onLockedBootComplete()
|
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 | 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 | 241 int newUserId = reportMsg.arg2; in testDispatchUserSwitch() local 271 int newUserId = reportMsg.arg2; in testDispatchUserSwitchBadReceiver() local 289 int newUserId = reportMsg.arg2; in testContinueUserSwitch() local 306 int newUserId = reportMsg.arg2; in testContinueUserSwitchUIDisabled() local 338 int newUserId = reportMsg.arg2; in testDispatchUserSwitchComplete() local 452 private void addForegroundUserAndContinueUserSwitch(int newUserId, int expectedOldUserId, in addForegroundUserAndContinueUserSwitch()
|
/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/ |
D | NotificationPresenter.java | 45 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 | 122 public void onUserSwitched(int newUserId) { in onUserSwitched()
|
D | AccessPointControllerImpl.java | 72 public void onUserSwitched(int newUserId) { in onUserSwitched()
|
D | SecurityControllerImpl.java | 294 public void onUserSwitched(int newUserId) { in onUserSwitched()
|
/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/qs/tiles/ |
D | ColorInversionTile.java | 73 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
|
D | NfcTile.java | 72 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
|
D | FlashlightTile.java | 65 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
|
D | NightDisplayTile.java | 99 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
|
D | IntentTile.java | 86 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
|
D | CastTile.java | 106 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | ShadeController.java | 92 void setLockscreenUser(int newUserId); in setLockscreenUser()
|
D | StatusBarNotificationPresenter.java | 382 public void onUserSwitched(int newUserId) { in onUserSwitched()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | ConfigurationMapTest.java | 96 private void switchUser(int newUserId) { in switchUser()
|
/frameworks/base/services/core/java/com/android/server/statusbar/ |
D | StatusBarManagerInternal.java | 87 void setCurrentUser(int newUserId); in setCurrentUser()
|
/frameworks/base/services/core/java/com/android/server/power/ |
D | AttentionDetector.java | 345 public void onUserSwitching(int newUserId) throws RemoteException { in onUserSwitching()
|
/frameworks/base/services/usb/java/com/android/server/usb/ |
D | UsbService.java | 98 public void onSwitchUser(int newUserId) { in onSwitchUser() 182 private void onSwitchUser(@UserIdInt int newUserId) { in onSwitchUser()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/ |
D | QSTileImpl.java | 246 public void userSwitch(int newUserId) { in userSwitch() 355 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
|
/frameworks/base/services/core/java/com/android/server/vr/ |
D | VrManagerService.java | 851 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
|