Searched refs:tryAutoLockingPrivateSpaceOnKeyguardChanged (Results 1 – 2 of 2) sorted by relevance
623 mSpiedUms.tryAutoLockingPrivateSpaceOnKeyguardChanged(true); in testAutoLockOnDeviceLockForPrivateProfile()642 mSpiedUms.tryAutoLockingPrivateSpaceOnKeyguardChanged(false); in testAutoLockOnDeviceLockForPrivateProfile_keyguardUnlocked()662 mSpiedUms.tryAutoLockingPrivateSpaceOnKeyguardChanged(true); in testAutoLockOnDeviceLockForPrivateProfile_flagDisabled()
718 mKeyguardLockedStateListener = this::tryAutoLockingPrivateSpaceOnKeyguardChanged; in initializeAndRegisterKeyguardLockedStateListener()782 void tryAutoLockingPrivateSpaceOnKeyguardChanged(boolean isKeyguardLocked) { in tryAutoLockingPrivateSpaceOnKeyguardChanged() method in UserManagerService