Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserManagerTest.java168 final UserProperties typeProps = userTypeDetails.getDefaultUserPropertiesReference(); in testCloneUser() local
199 assertThat(typeProps.getUseParentsContacts()) in testCloneUser()
201 assertThat(typeProps.getShowInLauncher()) in testCloneUser()
208 assertThat(typeProps.isMediaSharedWithParent()) in testCloneUser()
210 assertThat(typeProps.isCredentialShareableWithParent()) in testCloneUser()
858 final UserProperties typeProps = userTypeDetails.getDefaultUserPropertiesReference(); in testUserProperties() local
870 assertThat(userProps.getShowInLauncher()).isEqualTo(typeProps.getShowInLauncher()); in testUserProperties()
871 assertThat(userProps.getShowInSettings()).isEqualTo(typeProps.getShowInSettings()); in testUserProperties()