Searched refs:CheckedUserOperationException (Results 1 – 3 of 3) sorted by relevance
166 throws UserManager.CheckedUserOperationException; in createUserEvenWhenDisallowed()
1658 } catch (UserManager.CheckedUserOperationException e) { in setUserIcon()3224 } catch (UserManager.CheckedUserOperationException e) { in createProfileForUserWithThrow()3241 } catch (UserManager.CheckedUserOperationException e) { in createProfileForUserEvenWhenDisallowedWithThrow()3254 } catch (UserManager.CheckedUserOperationException e) { in createUserWithThrow()3274 } catch (UserManager.CheckedUserOperationException e) { in preCreateUserWithThrow()3282 throws UserManager.CheckedUserOperationException { in createUserInternal()3295 throws UserManager.CheckedUserOperationException { in createUserInternalUnchecked()3335 @NonNull TimingsTraceAndSlog t) throws UserManager.CheckedUserOperationException { in createUserInternalUncheckedNoTracing()5017 throws UserManager.CheckedUserOperationException { in createUserEvenWhenDisallowed()5197 throws UserManager.CheckedUserOperationException { in enforceUserRestriction()[all …]
1579 public static class CheckedUserOperationException extends AndroidException { class in UserManager1589 public CheckedUserOperationException(String message, in CheckedUserOperationException() method in UserManager.CheckedUserOperationException