Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java3570 throwCheckedUserOperationException("Cannot add user. Not enough space on disk.", in createUserInternalUncheckedNoTracing()
3591 throwCheckedUserOperationException( in createUserInternalUncheckedNoTracing()
3597 throwCheckedUserOperationException("Cannot add more users of type " + userType in createUserInternalUncheckedNoTracing()
3603 throwCheckedUserOperationException( in createUserInternalUncheckedNoTracing()
3611 throwCheckedUserOperationException( in createUserInternalUncheckedNoTracing()
3618 throwCheckedUserOperationException( in createUserInternalUncheckedNoTracing()
3624 throwCheckedUserOperationException( in createUserInternalUncheckedNoTracing()
3629 throwCheckedUserOperationException( in createUserInternalUncheckedNoTracing()
5746 private void throwCheckedUserOperationException(@NonNull String message, in throwCheckedUserOperationException() method in UserManagerService