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.java364 UserTypeDetails aospType = builders.get(userTypeAosp1).createUserTypeDetails(); in testUserTypeFactoryCustomize_profile() local
365 assertEquals(31, aospType.getMaxAllowedPerParent()); in testUserTypeFactoryCustomize_profile()
366 assertEquals(Resources.ID_NULL, aospType.getIconBadge()); in testUserTypeFactoryCustomize_profile()
367 assertTrue(UserRestrictionsUtils.areEqual(restrictions, aospType.getDefaultRestrictions())); in testUserTypeFactoryCustomize_profile()
368 assertEquals(19, aospType.getDefaultUserPropertiesReference().getShowInLauncher()); in testUserTypeFactoryCustomize_profile()
369 assertEquals(10, aospType.getDefaultUserPropertiesReference() in testUserTypeFactoryCustomize_profile()
371 assertEquals(1, aospType.getDefaultUserPropertiesReference() in testUserTypeFactoryCustomize_profile()
373 assertTrue(aospType.getDefaultUserPropertiesReference().getStartWithParent()); in testUserTypeFactoryCustomize_profile()
374 assertTrue(aospType.getDefaultUserPropertiesReference() in testUserTypeFactoryCustomize_profile()
376 assertFalse(aospType.getDefaultUserPropertiesReference().isMediaSharedWithParent()); in testUserTypeFactoryCustomize_profile()
[all …]