Searched refs:cloneUserProperties (Results 1 – 2 of 2) sorted by relevance
216 UserProperties cloneUserProperties = getCloneUserProperties(); in mockUserProperties() local218 .thenReturn(cloneUserProperties); in mockUserProperties()
197 UserProperties cloneUserProperties = in testCloneUser() local200 .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()