Searched refs:isUserTypeEnabled (Results 1 – 5 of 5) sorted by relevance
67 boolean isUserTypeEnabled(in String userType); in isUserTypeEnabled() method
4855 public boolean isUserTypeEnabled(@NonNull String userType) { in isUserTypeEnabled() method in UserManager4857 return mService.isUserTypeEnabled(userType); in isUserTypeEnabled()
3068 if (!isUserTypeEnabled(userTypeDetails)) { in canAddMoreUsersOfType()3087 if (type == null || !isUserTypeEnabled(type)) { in getRemainingCreatableUserCount()3158 public boolean isUserTypeEnabled(String userType) { in isUserTypeEnabled() method in UserManagerService3161 return userTypeDetails != null && isUserTypeEnabled(userTypeDetails); in isUserTypeEnabled()3165 private boolean isUserTypeEnabled(@NonNull UserTypeDetails userTypeDetails) { in isUserTypeEnabled() method in UserManagerService3207 if (type == null || !isUserTypeEnabled(type)) { in getRemainingCreatableProfileCount()4796 if (!isUserTypeEnabled(userTypeDetails)) {
1664 mUserManager.isUserTypeEnabled(UserManager.USER_TYPE_PROFILE_CLONE)); in assumeCloneEnabled()
2389 …GE_USERS, android.Manifest.permission.CREATE_USERS}) public boolean isUserTypeEnabled(@NonNull Str…