Searched refs:privateProfileUserProperties (Results 1 – 1 of 1) sorted by relevance
345 UserProperties privateProfileUserProperties = in testPrivateProfile() local348 .isEqualTo(privateProfileUserProperties.getShowInLauncher()); in testPrivateProfile()349 assertThrows(SecurityException.class, privateProfileUserProperties::getStartWithParent); in testPrivateProfile()351 privateProfileUserProperties::getCrossProfileIntentFilterAccessControl); in testPrivateProfile()353 .isEqualTo(privateProfileUserProperties.isMediaSharedWithParent()); in testPrivateProfile()355 .isEqualTo(privateProfileUserProperties.isCredentialShareableWithParent()); in testPrivateProfile()357 .isEqualTo(privateProfileUserProperties in testPrivateProfile()360 .isEqualTo(privateProfileUserProperties.getCrossProfileContentSharingStrategy()); in testPrivateProfile()361 assertThrows(SecurityException.class, privateProfileUserProperties::getDeleteAppWithParent); in testPrivateProfile()363 privateProfileUserProperties::getAllowStoppingUserWithDelayedLocking); in testPrivateProfile()[all …]