Searched refs:getMaxAllowedPerParent (Results 1 – 3 of 3) sorted by relevance
124 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()
222 public int getMaxAllowedPerParent() { in getMaxAllowedPerParent() method in UserTypeDetails
4037 + newUserType.getMaxAllowedPerParent()); in upgradeProfileToTypeLU()7364 final int defaultMax = userTypeDetails.getMaxAllowedPerParent();