Searched refs:getCrossProfileIntentFilterAccessControl (Results 1 – 6 of 6) sorted by relevance
191 assertEqualGetterOrThrows(orig::getCrossProfileIntentFilterAccessControl, in verifyTestCopyLacksPermissions()192 copy::getCrossProfileIntentFilterAccessControl, exposeAll); in verifyTestCopyLacksPermissions()268 assertThat(expected.getCrossProfileIntentFilterAccessControl()) in assertUserPropertiesEquals()269 .isEqualTo(actual.getCrossProfileIntentFilterAccessControl()); in assertUserPropertiesEquals()
165 .getCrossProfileIntentFilterAccessControl()); in testUserTypeBuilder_createUserType()231 props.getCrossProfileIntentFilterAccessControl()); in testUserTypeBuilder_defaults()370 .getCrossProfileIntentFilterAccessControl()); in testUserTypeFactoryCustomize_profile()427 .getCrossProfileIntentFilterAccessControl()); in testUserTypeFactoryCustomize_profile()
217 cloneUserProperties::getCrossProfileIntentFilterAccessControl); in testCloneUser()351 privateProfileUserProperties::getCrossProfileIntentFilterAccessControl); in testPrivateProfile()1053 assertThrows(SecurityException.class, userProps::getCrossProfileIntentFilterAccessControl); in testUserProperties()
535 orig.getCrossProfileIntentFilterAccessControl()); in UserProperties()921 getCrossProfileIntentFilterAccessControl() { in getCrossProfileIntentFilterAccessControl() method in UserProperties1066 + getCrossProfileIntentFilterAccessControl() in toString()1099 + getCrossProfileIntentFilterAccessControl()); in println()
2940 getCrossProfileIntentFilterAccessControl(@UserIdInt int userId) { in getCrossProfileIntentFilterAccessControl() method in UserManagerService2942 return userProperties != null ? userProperties.getCrossProfileIntentFilterAccessControl() : in getCrossProfileIntentFilterAccessControl()2983 getCrossProfileIntentFilterAccessControl(sourceUserId, targetUserId); in isCrossProfileIntentFilterAccessible()3022 getCrossProfileIntentFilterAccessControl(int sourceUserId, int targetUserId) { in getCrossProfileIntentFilterAccessControl() method in UserManagerService3025 sourceAccessControlLevel = getCrossProfileIntentFilterAccessControl(sourceUserId); in getCrossProfileIntentFilterAccessControl()3026 targetAccessControlLevel = getCrossProfileIntentFilterAccessControl(targetUserId); in getCrossProfileIntentFilterAccessControl()
3562 .getCrossProfileIntentFilterAccessControl(sourceUserId, targetUserId));