Home
last modified time | relevance | path

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

123

/aosp12/frameworks/base/core/java/android/app/
H A DIUserSwitchObserver.aidl23 void onUserSwitching(int newUserId, IRemoteCallback reply); in onUserSwitching()
24 void onUserSwitchComplete(int newUserId); in onUserSwitchComplete()
26 void onLockedBootComplete(int newUserId); in onLockedBootComplete()
H A 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()
H A 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()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/userswitcher/
H A DUserSwitchTransitionViewController.java106 void handleShow(@UserIdInt int newUserId) { in handleShow()
144 private void populateDialog(@UserIdInt int previousUserId, @UserIdInt int newUserId) { in populateDialog()
149 private void drawUserIcon(int newUserId) { in drawUserIcon()
158 private void populateLoadingText(@UserIdInt int previousUserId, @UserIdInt int newUserId) { in populateLoadingText()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
H A DCurrentUserTracker.java59 public abstract void onUserSwitched(int newUserId); in onUserSwitched()
117 private void notifyUserSwitched(int newUserId) { in notifyUserSwitched()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DUserControllerTest.java288 int newUserId = reportMsg.arg2; in testDispatchUserSwitch() local
318 int newUserId = reportMsg.arg2; in testDispatchUserSwitchBadReceiver() local
336 int newUserId = reportMsg.arg2; in testContinueUserSwitch() local
355 int newUserId = reportMsg.arg2; in testContinueUserSwitchUIDisabled() local
387 int newUserId = reportMsg.arg2; in testDispatchUserSwitchComplete() local
635 private void addForegroundUserAndContinueUserSwitch(int newUserId, int expectedOldUserId, in addForegroundUserAndContinueUserSwitch()
/aosp12/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
H A DCarUserManagerTest.java107 int newUserId = createUser("Test").id; in testLifecycleMultipleListeners() local
263 int newUserId = createUser().id; in testPersistentUserResumeToUser() local
H A DCarUserManagerLifeCycleTest.java91 int newUserId = createUser().id; in testLifecycleListener() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationPresenter.java45 void onUserSwitched(int newUserId); in onUserSwitched()
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
H A DStartUserClient.java40 void onUserStarted(int newUserId, U newUser); in onUserStarted()
H A DUserAwareBiometricScheduler.java52 @NonNull StartUserClient<?, ?> getStartUserClient(int newUserId); in getStartUserClient()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
H A DFakeSecurityController.java127 public void onUserSwitched(int newUserId) { in onUserSwitched()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSecurityController.java52 void onUserSwitched(int newUserId); in onUserSwitched()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
H A DCarOccupantZoneServiceTest.java430 int newUserId = 200; in testAssignProfileFollowedByUserSwitch() local
643 final int newUserId = 200; in testActiveUserAfterUserSwitching() local
885 final int newUserId = 200; in testManagerGetUserForOccupantAfterUserSwitch() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DColorInversionTile.java105 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
H A DNfcTile.java108 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
H A DFlashlightTile.java84 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
H A DBatterySaverTile.java105 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
H A DNightDisplayTile.java126 protected void handleUserSwitch(int newUserId) { in handleUserSwitch()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
H A DOneHandedSettingsUtil.java83 ContentObserver observer, int newUserId) { in registerSettingsKeyObserver()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/
H A DUserAwareBiometricSchedulerTest.java218 public void onUserStarted(int newUserId, Object newObject) { in onUserStarted()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DConfigurationMapTest.java133 private void switchUser(int newUserId) { in switchUser()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/
H A DAccessPointControllerImpl.java130 void onUserSwitched(int newUserId) { in onUserSwitched()
/aosp12/frameworks/base/services/core/java/com/android/server/power/
H A DAttentionDetector.java431 public void onUserSwitching(int newUserId) throws RemoteException { in onUserSwitching()
/aosp12/frameworks/base/services/core/java/com/android/server/vr/
H A DVrManagerService.java853 private void updateOverlayStateLocked(String exemptedPackage, int newUserId, int oldUserId) { in updateOverlayStateLocked()
872 private void updateDependentAppOpsLocked(String newVrServicePackage, int newUserId, in updateDependentAppOpsLocked()
977 final int newUserId = mCurrentVrModeUser; in updateCurrentVrServiceLocked() local

123