Home
last modified time | relevance | path

Searched refs:UserOperationException (Results 1 – 15 of 15) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserManagerServiceCreateProfileTest.java264 UserManager.UserOperationException.from(e).getUserOperationResult()); in testCreateProfileForUser_lowStorageException()
282 UserManager.UserOperationException.from(e).getUserOperationResult()); in testCreateProfileForUser_unknownParentUser()
306 UserManager.UserOperationException.from(e).getUserOperationResult()); in testCreateManagedProfileForUser_maxManagedUsersException()
/aosp12/frameworks/opt/tv/tvsystem/java/com/android/libraries/tv/tvsystem/user/
H A DITvUserManager.java39 throws UserManager.UserOperationException; in createManagedProfile()
/aosp12/frameworks/base/core/java/android/os/
H A DUserManager.java1642 public static class UserOperationException extends RuntimeException { class in UserManager
1652 public UserOperationException(String message, in UserOperationException() method in UserManager.UserOperationException
1669 public static UserOperationException from(ServiceSpecificException exception) { in from()
1670 return new UserOperationException(exception.getMessage(), exception.errorCode); in from()
1683 boolean throwInsteadOfNull) throws UserOperationException { in returnNullOrThrowUserOperationException()
1685 throw UserOperationException.from(exception); in returnNullOrThrowUserOperationException()
2959 throws UserOperationException { in preCreateUser()
2963 throw UserOperationException.from(e); in preCreateUser()
3032 @NonNull Set<String> disallowedPackages) throws UserOperationException { in createProfile()
4359 public void setUserIcon(@NonNull Bitmap icon) throws UserOperationException { in setUserIcon()
/aosp12/frameworks/opt/tv/tvsystem/api/
H A Dcurrent.txt48 …dProfile(@NonNull String, @Nullable String[]) throws android.os.UserManager.UserOperationException;
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DUserSwitcherController.java824 } catch (UserManager.UserOperationException e) { in createGuest()
/aosp12/frameworks/base/core/java/android/app/admin/
H A DDevicePolicyManager.java71 import android.os.UserManager.UserOperationException;
9526 throw new UserOperationException(e.getMessage(), e.errorCode); in createAndManageUser()
/aosp12/frameworks/base/core/api/
H A Dtest-current.txt1803 …nt.pm.UserInfo preCreateUser(@NonNull String) throws android.os.UserManager.UserOperationException;
H A Dsystem-current.txt8667 …ng, @NonNull java.util.Set<java.lang.String>) throws android.os.UserManager.UserOperationException;
8697 …setUserIcon(@NonNull android.graphics.Bitmap) throws android.os.UserManager.UserOperationException;
H A Dcurrent.txt32119 public static class UserManager.UserOperationException extends java.lang.RuntimeException {
/aosp12/frameworks/base/boot/
H A Dpreloaded-classes5732 android.os.UserManager$UserOperationException
H A Dboot-image-profile.txt29093 Landroid/os/UserManager$UserOperationException;
/aosp12/frameworks/base/config/
H A Dpreloaded-classes5730 android.os.UserManager$UserOperationException
H A Dboot-image-profile.txt38730 Landroid/os/UserManager$UserOperationException;
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt43352 Landroid/os/UserManager$UserOperationException;-><init>(Ljava/lang/String;I)V
43353 Landroid/os/UserManager$UserOperationException;->mUserOperationResult:I