Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/content/
H A DSyncManagerTest.java216 UserProperties cloneUserProperties = getCloneUserProperties(); in mockUserProperties() local
218 .thenReturn(cloneUserProperties); in mockUserProperties()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserManagerTest.java197 UserProperties cloneUserProperties = in testCloneUser() local
200 .isEqualTo(cloneUserProperties.getUseParentsContacts()); in testCloneUser()
202 .isEqualTo(cloneUserProperties.getShowInLauncher()); in testCloneUser()
203 assertThrows(SecurityException.class, cloneUserProperties::getStartWithParent); in testCloneUser()
205 cloneUserProperties::getCrossProfileIntentFilterAccessControl); in testCloneUser()
207 cloneUserProperties::getCrossProfileIntentResolutionStrategy); in testCloneUser()
209 .isEqualTo(cloneUserProperties.isMediaSharedWithParent()); in testCloneUser()
211 .isEqualTo(cloneUserProperties.isCredentialShareableWithParent()); in testCloneUser()
212 assertThrows(SecurityException.class, cloneUserProperties::getDeleteAppWithParent); in testCloneUser()