Searched refs:userProps (Results 1 – 3 of 3) sorted by relevance
1046 final UserProperties userProps = mUserManager.getUserProperties(UserHandle.of(userId)); in testUserProperties() local1050 assertThat(userProps.getShowInLauncher()).isEqualTo(typeProps.getShowInLauncher()); in testUserProperties()1051 assertThat(userProps.getShowInSettings()).isEqualTo(typeProps.getShowInSettings()); in testUserProperties()1052 assertThat(userProps.getUseParentsContacts()).isFalse(); in testUserProperties()1053 assertThrows(SecurityException.class, userProps::getCrossProfileIntentFilterAccessControl); in testUserProperties()1054 assertThrows(SecurityException.class, userProps::getCrossProfileIntentResolutionStrategy); in testUserProperties()1055 assertThrows(SecurityException.class, userProps::getStartWithParent); in testUserProperties()1056 assertThrows(SecurityException.class, userProps::getInheritDevicePolicy); in testUserProperties()1057 assertThat(userProps.isMediaSharedWithParent()).isFalse(); in testUserProperties()1058 assertThat(userProps.isCredentialShareableWithParent()).isTrue(); in testUserProperties()[all …]
84 final UserProperties.Builder userProps = new UserProperties.Builder() in testUserTypeBuilder_createUserType() local121 .setDefaultUserProperties(userProps) in testUserTypeBuilder_createUserType()
208 final UserProperties userProps = umInternal.getUserProperties(userId); in getContentProviderImpl() local210 userProps != null && userProps.isMediaSharedWithParent(); in getContentProviderImpl()