Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserManagerServiceUserTypeTest.java124 assertEquals(32, type.getMaxAllowedPerParent()); in testUserTypeBuilder_createUserType()
189 assertEquals(UNLIMITED_NUMBER_OF_USERS, type.getMaxAllowedPerParent()); in testUserTypeBuilder_defaults()
324 assertEquals(31, aospType.getMaxAllowedPerParent()); in testUserTypeFactoryCustomize_profile()
345 assertEquals(12, aospType.getMaxAllowedPerParent()); in testUserTypeFactoryCustomize_profile()
390 assertEquals(14, customType.createUserTypeDetails().getMaxAllowedPerParent()); in testUserTypeFactoryCustomize_profile()
411 assertEquals(UNLIMITED_NUMBER_OF_USERS, details.getMaxAllowedPerParent()); in testUserTypeFactoryCustomize_full()
440 assertEquals(2, typeDetails.getMaxAllowedPerParent()); in testUserTypeFactoryCustomize_eraseArray()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DUserTypeDetails.java222 public int getMaxAllowedPerParent() { in getMaxAllowedPerParent() method in UserTypeDetails
H A DUserManagerService.java4037 + newUserType.getMaxAllowedPerParent()); in upgradeProfileToTypeLU()
7364 final int defaultMax = userTypeDetails.getMaxAllowedPerParent();