Searched refs:createUserTypeDetails (Results 1 – 5 of 5) sorted by relevance
99 .createUserTypeDetails(); in testUserTypeBuilder_createUserType()157 .createUserTypeDetails(); in testUserTypeBuilder_defaults()183 .createUserTypeDetails()); in testUserTypeBuilder_nameIsRequired()191 .createUserTypeDetails()); in testUserTypeBuilder_baseTypeIsRequired()200 .createUserTypeDetails()); in testUserTypeBuilder_colorIsRequiredIfBadged()209 .createUserTypeDetails()); in testUserTypeBuilder_badgeLabelIsRequiredIfBadged()269 UserTypeDetails aospType = builders.get(userTypeAosp1).createUserTypeDetails(); in testUserTypeFactoryCustomize_profile()275 aospType = builders.get(userTypeAosp2).createUserTypeDetails(); in testUserTypeFactoryCustomize_profile()305 assertEquals(14, customType.createUserTypeDetails().getMaxAllowedPerParent()); in testUserTypeFactoryCustomize_profile()324 UserTypeDetails details = builders.get(userTypeFull).createUserTypeDetails(); in testUserTypeFactoryCustomize_full()[all …]
301 UserTypeDetails oldUserType = oldUserTypeBuilder.createUserTypeDetails(); in testUpgradeProfileType_updateTypeAndFlags()314 UserTypeDetails newUserType = newUserTypeBuilder.createUserTypeDetails(); in testUpgradeProfileType_updateTypeAndFlags()338 UserTypeDetails oldUserType = oldUserTypeBuilder.createUserTypeDetails(); in testUpgradeProfileType_updateRestrictions()356 UserTypeDetails newUserType = newUserTypeBuilder.createUserTypeDetails(); in testUpgradeProfileType_updateRestrictions()
505 public UserTypeDetails createUserTypeDetails() { in createUserTypeDetails() method in UserTypeDetails.Builder
89 types.put(builders.keyAt(i), builders.valueAt(i).createUserTypeDetails()); in getUserTypes()
33519 HSPLcom/android/server/pm/UserTypeDetails$Builder;->createUserTypeDetails()Lcom/android/server/pm/U…