Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DUserManagerService.java3571 throwCheckedUserOperationException("Cannot add user. Not enough space on disk.", in createUserInternalUncheckedNoTracing()
3592 throwCheckedUserOperationException( in createUserInternalUncheckedNoTracing()
3598 throwCheckedUserOperationException("Cannot add more users of type " + userType in createUserInternalUncheckedNoTracing()
3604 throwCheckedUserOperationException( in createUserInternalUncheckedNoTracing()
3612 throwCheckedUserOperationException( in createUserInternalUncheckedNoTracing()
3619 throwCheckedUserOperationException( in createUserInternalUncheckedNoTracing()
3625 throwCheckedUserOperationException( in createUserInternalUncheckedNoTracing()
3630 throwCheckedUserOperationException( in createUserInternalUncheckedNoTracing()
5751 private void throwCheckedUserOperationException(@NonNull String message, in throwCheckedUserOperationException() method in UserManagerService