Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/app/
DUserSwitchObserver.java28 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()
DIUserSwitchObserver.aidl23 void onUserSwitching(int newUserId, IRemoteCallback reply); in onUserSwitching()
24 void onUserSwitchComplete(int newUserId); in onUserSwitchComplete()
26 void onLockedBootComplete(int newUserId); 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.java241 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/
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/
DNotificationPresenter.java45 void onUserSwitched(int newUserId); in onUserSwitched()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSecurityController.java40 void onUserSwitched(int newUserId); in onUserSwitched()
DDeviceProvisionedControllerImpl.java122 public void onUserSwitched(int newUserId) { in onUserSwitched()
DAccessPointControllerImpl.java72 public void onUserSwitched(int newUserId) { in onUserSwitched()
DSecurityControllerImpl.java294 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/
DColorInversionTile.java73 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
DNfcTile.java72 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
DFlashlightTile.java65 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
DNightDisplayTile.java99 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
DIntentTile.java86 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
DCastTile.java106 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DShadeController.java92 void setLockscreenUser(int newUserId); in setLockscreenUser()
DStatusBarNotificationPresenter.java382 public void onUserSwitched(int newUserId) { in onUserSwitched()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DConfigurationMapTest.java96 private void switchUser(int newUserId) { in switchUser()
/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerInternal.java87 void setCurrentUser(int newUserId); in setCurrentUser()
/frameworks/base/services/core/java/com/android/server/power/
DAttentionDetector.java345 public void onUserSwitching(int newUserId) throws RemoteException { in onUserSwitching()
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbService.java98 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/
DQSTileImpl.java246 public void userSwitch(int newUserId) { in userSwitch()
355 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

12