Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserManagerServiceUserPropertiesTest.java168 assertEqualGetterOrThrows(orig::getCrossProfileIntentResolutionStrategy, in verifyTestCopyLacksPermissions()
169 copy::getCrossProfileIntentResolutionStrategy, exposeAll); in verifyTestCopyLacksPermissions()
230 assertThat(expected.getCrossProfileIntentResolutionStrategy()) in assertUserPropertiesEquals()
231 .isEqualTo(actual.getCrossProfileIntentResolutionStrategy()); in assertUserPropertiesEquals()
H A DUserManagerServiceUserTypeTest.java156 .getCrossProfileIntentResolutionStrategy()); in testUserTypeBuilder_createUserType()
210 props.getCrossProfileIntentResolutionStrategy()); in testUserTypeBuilder_defaults()
331 .getCrossProfileIntentResolutionStrategy()); in testUserTypeFactoryCustomize_profile()
374 .getCrossProfileIntentResolutionStrategy()); in testUserTypeFactoryCustomize_profile()
H A DUserManagerTest.java207 cloneUserProperties::getCrossProfileIntentResolutionStrategy); in testCloneUser()
874 assertThrows(SecurityException.class, userProps::getCrossProfileIntentResolutionStrategy); in testUserProperties()
/aosp14/frameworks/base/core/java/android/content/pm/
H A DUserProperties.java317 setCrossProfileIntentResolutionStrategy(orig.getCrossProfileIntentResolutionStrategy()); in UserProperties()
593 public @CrossProfileIntentResolutionStrategy int getCrossProfileIntentResolutionStrategy() { in getCrossProfileIntentResolutionStrategy() method in UserProperties
631 + getCrossProfileIntentResolutionStrategy() in toString()
656 + getCrossProfileIntentResolutionStrategy()); in println()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DCrossProfileIntentResolverEngine.java717 return userProperties.getCrossProfileIntentResolutionStrategy() in isNoFilteringPropertyConfiguredForUser()