Home
last modified time | relevance | path

Searched defs:removeUser (Results 1 – 25 of 35) sorted by relevance

12

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserManagerServiceIdRecyclingTest.java112 private void removeUser(int userId) { in removeUser() method in UserManagerServiceIdRecyclingTest
H A DUserManagerTest.java1584 private void removeUser(UserHandle userHandle) { in removeUser() method in UserManagerTest
1589 private void removeUser(int userId) { in removeUser() method in UserManagerTest
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTaskPersisterTest.java95 private void removeUser(int userId) { in removeUser() method in TaskPersisterTest
/aosp14/frameworks/base/tests/ManagedProfileLifecycleStressTest/src/com/android/test/stress/
H A DManagedProfileLifecycleStressTest.java138 private void removeUser(int userId) throws Exception { in removeUser() method in ManagedProfileLifecycleStressTest
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DLockSettingsInternal.java91 public abstract void removeUser(@UserIdInt int userId); in removeUser() method in LockSettingsInternal
H A DLockPatternUtils.java1975 public void removeUser(@UserIdInt int userId) { in removeUser() method in LockPatternUtils
/aosp14/frameworks/base/services/core/java/com/android/server/pm/verify/domain/models/
H A DDomainVerificationPkgState.java107 public void removeUser(@UserIdInt int userId) { in removeUser() method in DomainVerificationPkgState
/aosp14/frameworks/base/services/core/java/com/android/server/om/
H A DOverlayManagerSettings.java234 boolean removeUser(final int userId) { in removeUser() method in OverlayManagerSettings
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
H A DRemoteTransitionHandler.java292 void removeUser(@Nullable Transitions.TransitionFinishCallback finishCallback) { in removeUser() method in RemoteTransitionHandler.RemoteDeathHandler
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DDeletePackageHelper.java134 final int removeUser = (deleteFlags & PackageManager.DELETE_ALL_USERS) != 0 in deletePackageX() local
340 packageInstallerService.onInstallerPackageDeleted(uninstalledPs.getAppId(), removeUser); in deletePackageX() local
/aosp14/frameworks/base/services/core/java/com/android/server/pm/verify/domain/
H A DDomainVerificationSettings.java292 public void removeUser(@UserIdInt int userId) { in removeUser() method in DomainVerificationSettings
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DPackageConfigPersister.java260 void removeUser(int userId) { in removeUser() method in PackageConfigPersister
H A DActivityTaskManagerInternal.java527 public abstract void removeUser(int userId); in removeUser() method in ActivityTaskManagerInternal
H A DRootWindowContainer.java1904 void removeUser(int userId) { in removeUser() method in RootWindowContainer
/aosp14/frameworks/base/services/core/java/com/android/server/pm/dex/
H A DPackageDynamicCodeLoading.java551 private boolean removeUser(int userId) { in removeUser() method in PackageDynamicCodeLoading.PackageDynamicCode
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsStrongAuth.java453 public void removeUser(int userId) { in removeUser() method in LockSettingsStrongAuth
H A DLockSettingsStorage.java497 public void removeUser(int userId) { in removeUser() method in LockSettingsStorage
894 synchronized void removeUser(int userId) { in removeUser() method in LockSettingsStorage.Cache
H A DSyntheticPasswordManager.java695 public void removeUser(IGateKeeperService gatekeeper, int userId) { in removeUser() method in SyntheticPasswordManager
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DIAppOpsService.aidl104 void removeUser(int userHandle); in removeUser() method
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DMockSystemServices.java341 public void removeUser(int userId) { in removeUser() method in MockSystemServices
/aosp14/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/
H A DUserLifecycleTests.java1473 private void removeUser(int userId) throws RemoteException { in removeUser() method in UserLifecycleTests
/aosp14/frameworks/base/core/java/android/os/
H A DIUserManager.aidl56 boolean removeUser(int userId); in removeUser() method
H A DUserManager.java5523 public boolean removeUser(@UserIdInt int userId) { in removeUser() method in UserManager
5542 public boolean removeUser(@NonNull UserHandle user) { in removeUser() method in UserManager
/aosp14/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbProfileGroupSettingsManager.java285 void removeUser(@NonNull UserHandle userToRemove) { in removeUser() method in UsbProfileGroupSettingsManager
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DApplicationsState.java720 private void removeUser(int userId) { in removeUser() method in ApplicationsState

12