Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserManagerServiceUserPropertiesTest.java193 assertEqualGetterOrThrows(orig::getCrossProfileIntentResolutionStrategy, in verifyTestCopyLacksPermissions()
194 copy::getCrossProfileIntentResolutionStrategy, exposeAll); in verifyTestCopyLacksPermissions()
270 assertThat(expected.getCrossProfileIntentResolutionStrategy()) in assertUserPropertiesEquals()
271 .isEqualTo(actual.getCrossProfileIntentResolutionStrategy()); in assertUserPropertiesEquals()
DUserManagerServiceUserTypeTest.java167 .getCrossProfileIntentResolutionStrategy()); in testUserTypeBuilder_createUserType()
234 props.getCrossProfileIntentResolutionStrategy()); in testUserTypeBuilder_defaults()
372 .getCrossProfileIntentResolutionStrategy()); in testUserTypeFactoryCustomize_profile()
429 .getCrossProfileIntentResolutionStrategy()); in testUserTypeFactoryCustomize_profile()
DUserManagerTest.java219 cloneUserProperties::getCrossProfileIntentResolutionStrategy); in testCloneUser()
1054 assertThrows(SecurityException.class, userProps::getCrossProfileIntentResolutionStrategy); in testUserProperties()
/frameworks/base/core/java/android/content/pm/
DUserProperties.java536 setCrossProfileIntentResolutionStrategy(orig.getCrossProfileIntentResolutionStrategy()); in UserProperties()
949 public @CrossProfileIntentResolutionStrategy int getCrossProfileIntentResolutionStrategy() { in getCrossProfileIntentResolutionStrategy() method in UserProperties
1068 + getCrossProfileIntentResolutionStrategy() in toString()
1101 + getCrossProfileIntentResolutionStrategy()); in println()
/frameworks/base/services/core/java/com/android/server/pm/
DCrossProfileIntentResolverEngine.java728 return userProperties.getCrossProfileIntentResolutionStrategy() in isNoFilteringPropertyConfiguredForUser()