Home
last modified time | relevance | path

Searched refs:createUserTypeDetails (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserManagerServiceUserTypeTest.java99 .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 …]
DUserManagerServiceUserInfoTest.java301 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()
/frameworks/base/services/core/java/com/android/server/pm/
DUserTypeDetails.java505 public UserTypeDetails createUserTypeDetails() { in createUserTypeDetails() method in UserTypeDetails.Builder
DUserTypeFactory.java89 types.put(builders.keyAt(i), builders.valueAt(i).createUserTypeDetails()); in getUserTypes()
/frameworks/base/services/
Dart-profile33519 HSPLcom/android/server/pm/UserTypeDetails$Builder;->createUserTypeDetails()Lcom/android/server/pm/U…