Searched defs:removeUserWhenPossible (Results 1 – 4 of 4) sorted by relevance
97 int removeUserWhenPossible(int userId, boolean overrideDevicePolicy); in removeUserWhenPossible() method
4909 public @RemoveResult int removeUserWhenPossible(@NonNull UserHandle user, in removeUserWhenPossible() method in UserManager
2970 private int removeUserWhenPossible(IUserManager um, @UserIdInt int userId) in removeUserWhenPossible() method in PackageManagerShellCommand
4814 public @UserManager.RemoveResult int removeUserWhenPossible(@UserIdInt int userId, in removeUserWhenPossible() method in UserManagerService