Home
last modified time | relevance | path

Searched refs:getMaxUsersOfTypePerParent (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserManagerServiceCreateProfileTest.java163 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()
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java2292 final int maxUsersOfType = getMaxUsersOfTypePerParent(type); in canAddMoreProfilesToUser()
5270 int getMaxUsersOfTypePerParent(String userType) { in getMaxUsersOfTypePerParent() method in UserManagerService
5275 return getMaxUsersOfTypePerParent(type); in getMaxUsersOfTypePerParent()
5283 private static int getMaxUsersOfTypePerParent(UserTypeDetails userTypeDetails) { in getMaxUsersOfTypePerParent() method in UserManagerService
5309 int maxUsersOfType = getMaxUsersOfTypePerParent(userType); in getFreeProfileBadgeLU()
/frameworks/base/services/
Dart-profile26526 PLcom/android/server/pm/UserManagerService;->getMaxUsersOfTypePerParent(Lcom/android/server/pm/User…
26527 PLcom/android/server/pm/UserManagerService;->getMaxUsersOfTypePerParent(Ljava/lang/String;)I