Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserManagerTest.java1253 UserInfo privateProfileInfo = createProfileForUser("Private", in testCreateProfileForUser_disallowAddPrivateProfile() local
1255 assertThat(privateProfileInfo).isNull(); in testCreateProfileForUser_disallowAddPrivateProfile()
1268 UserInfo privateProfileInfo = createProfileForUser("Private", in testPrivateProfileCreationRestrictions() local
1270 assertThat(privateProfileInfo).isNotNull(); in testPrivateProfileCreationRestrictions()
1281 UserInfo privateProfileInfo = null; in testDefaultUserRestrictionsForPrivateProfile() local
1283 privateProfileInfo = createProfileForUser("Private", in testDefaultUserRestrictionsForPrivateProfile()
1285 assertThat(privateProfileInfo).isNotNull(); in testDefaultUserRestrictionsForPrivateProfile()
1289 assertDefaultPrivateProfileRestrictions(privateProfileInfo.getUserHandle()); in testDefaultUserRestrictionsForPrivateProfile()