Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserManagerTest.java345 UserProperties privateProfileUserProperties = in testPrivateProfile() local
348 .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 …]