Searched refs:getMaxUsersOfTypePerParent (Results 1 – 3 of 3) sorted by relevance
163 int max = mUserManagerService.getMaxUsersOfTypePerParent(USER_TYPE_PROFILE_MANAGED); in testProfileBadgeUnique()192 int max = mUserManagerService.getMaxUsersOfTypePerParent(USER_TYPE_PROFILE_MANAGED); in testProfileBadgeReuse()211 if (mUserManagerService.getMaxUsersOfTypePerParent(USER_TYPE_PROFILE_MANAGED) < 0) { in testCanAddMoreManagedProfiles_removeProfile()236 if (mUserManagerService.getMaxUsersOfTypePerParent(USER_TYPE_PROFILE_MANAGED) < 0) { in testCanAddMoreManagedProfiles_removeDisabledProfile()
2292 final int maxUsersOfType = getMaxUsersOfTypePerParent(type); in canAddMoreProfilesToUser()5270 int getMaxUsersOfTypePerParent(String userType) { in getMaxUsersOfTypePerParent() method in UserManagerService5275 return getMaxUsersOfTypePerParent(type); in getMaxUsersOfTypePerParent()5283 private static int getMaxUsersOfTypePerParent(UserTypeDetails userTypeDetails) { in getMaxUsersOfTypePerParent() method in UserManagerService5309 int maxUsersOfType = getMaxUsersOfTypePerParent(userType); in getFreeProfileBadgeLU()
26526 PLcom/android/server/pm/UserManagerService;->getMaxUsersOfTypePerParent(Lcom/android/server/pm/User…26527 PLcom/android/server/pm/UserManagerService;->getMaxUsersOfTypePerParent(Ljava/lang/String;)I