Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserManagerServiceUserTypeTest.java232 UserTypeDetails aospType = builders.get(userTypeAosp1).createUserTypeDetails(); in testUserTypeFactoryCustomize_profile() local
233 assertEquals(31, aospType.getMaxAllowedPerParent()); in testUserTypeFactoryCustomize_profile()
234 assertEquals(Resources.ID_NULL, aospType.getIconBadge()); in testUserTypeFactoryCustomize_profile()
235 assertTrue(UserRestrictionsUtils.areEqual(restrictions, aospType.getDefaultRestrictions())); in testUserTypeFactoryCustomize_profile()
238 aospType = builders.get(userTypeAosp2).createUserTypeDetails(); in testUserTypeFactoryCustomize_profile()
239 assertEquals(12, aospType.getMaxAllowedPerParent()); in testUserTypeFactoryCustomize_profile()
241 aospType.getIconBadge()); in testUserTypeFactoryCustomize_profile()
242 assertEquals(Resources.ID_NULL, aospType.getBadgePlain()); // No resId for 'garbage' in testUserTypeFactoryCustomize_profile()
244 aospType.getBadgeNoBackground()); in testUserTypeFactoryCustomize_profile()
246 aospType.getBadgeLabel(0)); in testUserTypeFactoryCustomize_profile()
[all …]