Searched refs:getMaxUsersOfTypePerParent (Results 1 – 3 of 3) sorted by relevance
162 int max = mUserManagerService.getMaxUsersOfTypePerParent(USER_TYPE_PROFILE_MANAGED); in testProfileBadgeUnique()191 int max = mUserManagerService.getMaxUsersOfTypePerParent(USER_TYPE_PROFILE_MANAGED); in testProfileBadgeReuse()210 if (mUserManagerService.getMaxUsersOfTypePerParent(USER_TYPE_PROFILE_MANAGED) < 0) { in testCanAddMoreManagedProfiles_removeProfile()235 if (mUserManagerService.getMaxUsersOfTypePerParent(USER_TYPE_PROFILE_MANAGED) < 0) { in testCanAddMoreManagedProfiles_removeDisabledProfile()
2415 final int maxUsersOfType = getMaxUsersOfTypePerParent(type); in canAddMoreProfilesToUser()5808 int getMaxUsersOfTypePerParent(String userType) { in getMaxUsersOfTypePerParent() method in UserManagerService5813 return getMaxUsersOfTypePerParent(type); in getMaxUsersOfTypePerParent()5824 private static int getMaxUsersOfTypePerParent(UserTypeDetails userTypeDetails) { in getMaxUsersOfTypePerParent() method in UserManagerService5850 int maxUsersOfType = getMaxUsersOfTypePerParent(userType); in getFreeProfileBadgeLU()
33326 PLcom/android/server/pm/UserManagerService;->getMaxUsersOfTypePerParent(Lcom/android/server/pm/User…33327 PLcom/android/server/pm/UserManagerService;->getMaxUsersOfTypePerParent(Ljava/lang/String;)I