Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserManagerServiceUserPropertiesTest.java217 assertEqualGetterOrThrows(orig::getCrossProfileContentSharingStrategy, in verifyTestCopyLacksPermissions()
218 copy::getCrossProfileContentSharingStrategy, true); in verifyTestCopyLacksPermissions()
282 assertThat(expected.getCrossProfileContentSharingStrategy()) in assertUserPropertiesEquals()
283 .isEqualTo(actual.getCrossProfileContentSharingStrategy()); in assertUserPropertiesEquals()
DUserManagerServiceUserTypeTest.java183 .getCrossProfileContentSharingStrategy()); in testUserTypeBuilder_createUserType()
243 props.getCrossProfileContentSharingStrategy()); in testUserTypeBuilder_defaults()
392 .getCrossProfileContentSharingStrategy()); in testUserTypeFactoryCustomize_profile()
450 .getCrossProfileContentSharingStrategy()); in testUserTypeFactoryCustomize_profile()
DUserManagerTest.java224 assertThat(typeProps.getCrossProfileContentSharingStrategy()) in testCloneUser()
225 .isEqualTo(cloneUserProperties.getCrossProfileContentSharingStrategy()); in testCloneUser()
359 assertThat(typeProps.getCrossProfileContentSharingStrategy()) in testPrivateProfile()
360 .isEqualTo(privateProfileUserProperties.getCrossProfileContentSharingStrategy()); in testPrivateProfile()
/frameworks/base/core/java/android/content/pm/
DUserProperties.java557 setCrossProfileContentSharingStrategy(orig.getCrossProfileContentSharingStrategy()); in UserProperties()
982 public @CrossProfileContentSharingStrategy int getCrossProfileContentSharingStrategy() { in getCrossProfileContentSharingStrategy() method in UserProperties
1077 + ", mCrossProfileContentSharingStrategy=" + getCrossProfileContentSharingStrategy() in toString()
1112 + getCrossProfileContentSharingStrategy()); in println()
/frameworks/base/core/api/
Dsystem-current.txt4472 method public int getCrossProfileContentSharingStrategy();