Searched refs:getMaxAllowedPerParent (Results 1 – 3 of 3) sorted by relevance
131 assertEquals(32, type.getMaxAllowedPerParent()); in testUserTypeBuilder_createUserType()212 assertEquals(UNLIMITED_NUMBER_OF_USERS, type.getMaxAllowedPerParent()); in testUserTypeBuilder_defaults()365 assertEquals(31, aospType.getMaxAllowedPerParent()); in testUserTypeFactoryCustomize_profile()398 assertEquals(12, aospType.getMaxAllowedPerParent()); in testUserTypeFactoryCustomize_profile()457 assertEquals(14, customType.createUserTypeDetails().getMaxAllowedPerParent()); in testUserTypeFactoryCustomize_profile()478 assertEquals(UNLIMITED_NUMBER_OF_USERS, details.getMaxAllowedPerParent()); in testUserTypeFactoryCustomize_full()507 assertEquals(2, typeDetails.getMaxAllowedPerParent()); in testUserTypeFactoryCustomize_eraseArray()
241 public int getMaxAllowedPerParent() { in getMaxAllowedPerParent() method in UserTypeDetails
4637 + newUserType.getMaxAllowedPerParent()); in upgradeProfileToTypeLU()8015 final int defaultMax = userTypeDetails.getMaxAllowedPerParent();