Searched refs:profileUserPassword (Results 1 – 1 of 1) sorted by relevance
383 LockscreenCredential profileUserPassword) { in tieProfileLockIfNecessary() argument400 if (!isUserSecure(parentId) && !profileUserPassword.isNone()) { in tieProfileLockIfNecessary()402 setLockCredentialInternal(LockscreenCredential.createNone(), profileUserPassword, in tieProfileLockIfNecessary() local420 setLockCredentialInternal(unifiedProfilePassword, profileUserPassword, profileUserId, in tieProfileLockIfNecessary()1143 LockscreenCredential profileUserPassword) { in setSeparateProfileChallengeEnabled() argument1146 && 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 …]