Searched refs:isUserTypeEnabled (Results 1 – 5 of 5) sorted by relevance
68 boolean isUserTypeEnabled(in String userType); in isUserTypeEnabled() method
5249 public boolean isUserTypeEnabled(@NonNull String userType) { in isUserTypeEnabled() method in UserManager5251 return mService.isUserTypeEnabled(userType); in isUserTypeEnabled()
2860 return isUserTypeEnabled(USER_TYPE_PROFILE_PRIVATE) in canAddPrivateProfile()3638 if (!isUserTypeEnabled(userTypeDetails)) { in canAddMoreUsersOfType()3657 if (type == null || !isUserTypeEnabled(type)) { in getRemainingCreatableUserCount()3728 public boolean isUserTypeEnabled(String userType) { in isUserTypeEnabled() method in UserManagerService3731 return userTypeDetails != null && isUserTypeEnabled(userTypeDetails); in isUserTypeEnabled()3735 private boolean isUserTypeEnabled(@NonNull UserTypeDetails userTypeDetails) { in isUserTypeEnabled() method in UserManagerService3777 if (type == null || !isUserTypeEnabled(type)) { in getRemainingCreatableProfileCount()5430 if (!isUserTypeEnabled(userTypeDetails)) {
247 mUserManager.isUserTypeEnabled(UserManager.USER_TYPE_PROFILE_COMMUNAL)); in testCommunalProfile()1953 mUserManager.isUserTypeEnabled(UserManager.USER_TYPE_PROFILE_CLONE)); in assumeCloneEnabled()
2511 …GE_USERS, android.Manifest.permission.CREATE_USERS}) public boolean isUserTypeEnabled(@NonNull Str…