Searched refs:privateProfileInfo (Results 1 – 1 of 1) sorted by relevance
1253 UserInfo privateProfileInfo = createProfileForUser("Private", in testCreateProfileForUser_disallowAddPrivateProfile() local1255 assertThat(privateProfileInfo).isNull(); in testCreateProfileForUser_disallowAddPrivateProfile()1268 UserInfo privateProfileInfo = createProfileForUser("Private", in testPrivateProfileCreationRestrictions() local1270 assertThat(privateProfileInfo).isNotNull(); in testPrivateProfileCreationRestrictions()1281 UserInfo privateProfileInfo = null; in testDefaultUserRestrictionsForPrivateProfile() local1283 privateProfileInfo = createProfileForUser("Private", in testDefaultUserRestrictionsForPrivateProfile()1285 assertThat(privateProfileInfo).isNotNull(); in testDefaultUserRestrictionsForPrivateProfile()1289 assertDefaultPrivateProfileRestrictions(privateProfileInfo.getUserHandle()); in testDefaultUserRestrictionsForPrivateProfile()