Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsService.java383 LockscreenCredential profileUserPassword) { in tieProfileLockIfNecessary() argument
400 if (!isUserSecure(parentId) && !profileUserPassword.isNone()) { in tieProfileLockIfNecessary()
402 setLockCredentialInternal(LockscreenCredential.createNone(), profileUserPassword, in tieProfileLockIfNecessary() local
420 setLockCredentialInternal(unifiedProfilePassword, profileUserPassword, profileUserId, in tieProfileLockIfNecessary()
1143 LockscreenCredential profileUserPassword) { in setSeparateProfileChallengeEnabled() argument
1146 && profileUserPassword != null in setSeparateProfileChallengeEnabled()
1147 && profileUserPassword.getType() != CREDENTIAL_TYPE_NONE) { in setSeparateProfileChallengeEnabled()
1152 setSeparateProfileChallengeEnabledLocked(userId, enabled, profileUserPassword != null in setSeparateProfileChallengeEnabled()
1153 ? profileUserPassword : LockscreenCredential.createNone()); in setSeparateProfileChallengeEnabled()
1160 boolean enabled, LockscreenCredential profileUserPassword) { in setSeparateProfileChallengeEnabledLocked() argument
[all …]