Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/
DUserManagerServiceTest.java593 UserInfo privateProfileUser = in testAutoLockPrivateProfile() local
597 eq(privateProfileUser.getUserHandle().getIdentifier()), eq(true), any(), in testAutoLockPrivateProfile()
603 eq(privateProfileUser.getUserHandle().getIdentifier()), eq(true), in testAutoLockPrivateProfile()
615 UserInfo privateProfileUser = in testAutoLockOnDeviceLockForPrivateProfile() local
620 eq(privateProfileUser.getUserHandle().getIdentifier()), eq(true), any(), in testAutoLockOnDeviceLockForPrivateProfile()
626 eq(privateProfileUser.getUserHandle().getIdentifier()), eq(true), in testAutoLockOnDeviceLockForPrivateProfile()
637 UserInfo privateProfileUser = in testAutoLockOnDeviceLockForPrivateProfile_keyguardUnlocked() local
646 eq(privateProfileUser.getUserHandle().getIdentifier()), eq(true), in testAutoLockOnDeviceLockForPrivateProfile_keyguardUnlocked()
658 UserInfo privateProfileUser = in testAutoLockOnDeviceLockForPrivateProfile_flagDisabled() local
668 eq(privateProfileUser.getUserHandle().getIdentifier()), eq(true), in testAutoLockOnDeviceLockForPrivateProfile_flagDisabled()
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserManagerTest.java331 UserInfo privateProfileUser = createProfileForUser("Private profile1", in testPrivateProfile() local
334 assertThat(privateProfileUser).isNotNull(); in testPrivateProfile()
341 UserHandle.of(privateProfileUser.id))); in testPrivateProfile()
346 mUserManager.getUserProperties(UserHandle.of(privateProfileUser.id)); in testPrivateProfile()
373 UserInfo parentProfileInfo = mUserManager.getProfileParent(privateProfileUser.id); in testPrivateProfile()
376 removeUser(privateProfileUser.id); in testPrivateProfile()
380 assertThat(mUserManager.getProfileAccessibilityString(privateProfileUser.id)).isEqualTo( in testPrivateProfile()