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.java122 .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 …]
DUserManagerServiceUserInfoTest.java414 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()
/frameworks/base/services/core/java/com/android/server/pm/
DUserTypeDetails.java573 public UserTypeDetails createUserTypeDetails() { in createUserTypeDetails() method in UserTypeDetails.Builder
DUserTypeFactory.java96 types.put(builders.keyAt(i), builders.valueAt(i).createUserTypeDetails()); in getUserTypes()
/frameworks/base/services/
Dart-wear-profile20112 HSPLcom/android/server/pm/UserTypeDetails$Builder;->createUserTypeDetails()Lcom/android/server/pm/U…