Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java438 LockscreenCredential profileUserPassword) { in tieProfileLockIfNecessary() argument
458 if (!isUserSecure(parent.id) && !profileUserPassword.isNone()) { in tieProfileLockIfNecessary()
460 setLockCredentialInternal(LockscreenCredential.createNone(), profileUserPassword, in tieProfileLockIfNecessary() local
478 setLockCredentialInternal(unifiedProfilePassword, profileUserPassword, profileUserId, in tieProfileLockIfNecessary()
1323 LockscreenCredential profileUserPassword) { in setSeparateProfileChallengeEnabled() argument
1326 && profileUserPassword != null in setSeparateProfileChallengeEnabled()
1327 && profileUserPassword.getType() != CREDENTIAL_TYPE_NONE) { in setSeparateProfileChallengeEnabled()
1332 setSeparateProfileChallengeEnabledLocked(userId, enabled, profileUserPassword != null in setSeparateProfileChallengeEnabled()
1333 ? profileUserPassword : LockscreenCredential.createNone()); in setSeparateProfileChallengeEnabled()
1340 boolean enabled, LockscreenCredential profileUserPassword) { in setSeparateProfileChallengeEnabledLocked() argument
[all …]