Searched refs:createUserTypeDetails (Results 1 – 5 of 5) sorted by relevance
122 .createUserTypeDetails(); in testUserTypeBuilder_createUserType()208 .createUserTypeDetails(); in testUserTypeBuilder_defaults()256 .createUserTypeDetails()); in testUserTypeBuilder_nameIsRequired()264 .createUserTypeDetails()); in testUserTypeBuilder_baseTypeIsRequired()273 .createUserTypeDetails()); in testUserTypeBuilder_colorIsRequiredIfBadged()282 .createUserTypeDetails()); in testUserTypeBuilder_badgeLabelIsRequiredIfBadged()364 UserTypeDetails aospType = builders.get(userTypeAosp1).createUserTypeDetails(); in testUserTypeFactoryCustomize_profile()397 aospType = builders.get(userTypeAosp2).createUserTypeDetails(); in testUserTypeFactoryCustomize_profile()457 assertEquals(14, customType.createUserTypeDetails().getMaxAllowedPerParent()); in testUserTypeFactoryCustomize_profile()477 UserTypeDetails details = builders.get(userTypeFull).createUserTypeDetails(); in testUserTypeFactoryCustomize_full()[all …]
414 UserTypeDetails oldUserType = oldUserTypeBuilder.createUserTypeDetails(); in testUpgradeProfileType_updateTypeAndFlags()427 UserTypeDetails newUserType = newUserTypeBuilder.createUserTypeDetails(); in testUpgradeProfileType_updateTypeAndFlags()451 UserTypeDetails oldUserType = oldUserTypeBuilder.createUserTypeDetails(); in testUpgradeProfileType_updateRestrictions()469 UserTypeDetails newUserType = newUserTypeBuilder.createUserTypeDetails(); in testUpgradeProfileType_updateRestrictions()
573 public UserTypeDetails createUserTypeDetails() { in createUserTypeDetails() method in UserTypeDetails.Builder
96 types.put(builders.keyAt(i), builders.valueAt(i).createUserTypeDetails()); in getUserTypes()
20112 HSPLcom/android/server/pm/UserTypeDetails$Builder;->createUserTypeDetails()Lcom/android/server/pm/U…